検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 158 for must (0.060 sec.)
How to create custom model fields — Django 4.0.6 ドキュメント 6013
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... onfiguration of your Field instance, deconstruct() must return arguments that you can pass to __init__ to ... Field ): ... As discussed in removing fields , you must retain the original CustomCharField class as long ... es the CHAR , VARCHAR or TEXT types for MySQL, you must make sure that get_prep_value() always returns a s ... files have a few other special requirements which must be taken into account. The majority of the mechani ...
https://man.plustar.jp/django/howto/custom-model-fields.html - [similar]
Model Meta options — Django 4.0.6 ドキュメント 6013
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d outside of an application in INSTALLED_APPS , it must declare which app it belongs to: app_label = 'myap ... doesn't require any of the default permissions. It must be specified on the model before the model is crea ... future. Sets of field names that, taken together, must be unique: unique_together = [[ 'driver' , 'restau ... rant' ]] This is a list of lists that must be unique when considered together. It's used in t ...
https://man.plustar.jp/django/ref/models/options.html - [similar]
TemplateResponse and SimpleTemplateResponse — Django 4.0.6 ドキュメント 6013
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... xt data to be used when rendering the template. It must be a dict . Example: {'foo': 123} SimpleTemplateRe ... esponse instance can be returned to the client, it must be rendered. The rendering process takes the inter ... annot be performed on an unrendered template. They must be performed on a fully complete and rendered resp ...
https://man.plustar.jp/django/ref/template-response.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 6013
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... aries. In order to enable temporal subtraction you must set the supports_temporal_subtraction database fea ... ed() or is_anonymous() in a custom user model, you must convert them to attributes or properties as descri ... manager classes available through prefetch_related must define a _apply_rel_filters() method ¶ If you defi ... ger class available through prefetch_related() you must make sure it defines a _apply_rel_filters() method ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
django.db.utils — Django 4.0.6 ドキュメント 5944
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... , wrapper ): """ wrapper is a database wrapper. It must have a Database attribute defining PEP-249 excepti ... e_user else : # If there's some other error, this must be an error in Django raise class ConnectionHandle ... in databases : raise ImproperlyConfigured ( f "You must define a ' { DEFAULT_DB_ALIAS } ' database." ) eli ...
https://man.plustar.jp/django/_modules/django/db/utils.html - [similar]
Unit tests — Django 4.0.6 ドキュメント 5944
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sewhere in this documentation, the command python3 must be on your path and linked to the appropriate vers ... database backends other than SQLite, however, you must create and provide your own test settings . For ex ... hould use the same backend as the default , and it must have a different name. If you're using a backend t ... elenium and a web browser. To run these tests, you must install the selenium package and run the tests wit ...
https://man.plustar.jp/django/internals/contributing/writing-code/unit-tests.htm... - [similar]
GEOS API — Django 4.0.6 ドキュメント 5944
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... way as LineString objects, however the coordinates must be closed , in other words, the first coordinates ... represent the rings of the polygon. The parameters must either be LinearRing instances, or a sequence that ... on PreparedGeometry take an other argument, which must be a GEOSGeometry instance. contains ( other ) ¶ c ... g., /home/bob/lib/libgeos_c.so ). 注釈 The setting must be the full path to the C shared library; in other ...
https://man.plustar.jp/django/ref/contrib/gis/geos.html - [similar]
Django 1.6 release notes — Django 4.0.6 ドキュメント 5944
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ./manage.py test to nominate specific tests to run must now be full Python dotted paths (or directory path ... ngo.contrib.auth.tests.custom_user.ExtensionUser ) must now explicitly import the User model in your test ... ions in the database . If you're using SQLite, you must install pytz . If you're using MySQL, you must ins ... ary that needs to call the get_queryset method and must support old Django versions, you should write: get ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 5944
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ッダを追加するようになりました ( no-cache, no-store, must-revalidate が Cache-Control に追加されます)。この関 ... use default_app_config ( a discouraged API ), you must specify the app config's path, e.g. 'polls.apps.Po ... feature was removed. Database backends that set it must register a converter instead, as explained above. ... sts. In order to support test parallelization, you must implement the DatabaseCreation._clone_test_db() me ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
Djangoにおけるパスワード管理 — Django 4.0.6 ドキュメント 5944
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... hash. memory_cost controls the size of memory that must be used during the computation of the hash. parall ... rs. Validators have a fairly small interface. They must implement two methods: validate(self, password, us ... an error message if the password is not valid. You must be able to deal with user being None - if that mea ... ength : raise ValidationError ( _ ( "This password must contain at least %(min_length)d characters." ), co ...
https://man.plustar.jp/django/topics/auth/passwords.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT