検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 200 for should (0.125 sec.)
GeoDjango Forms API — Django 4.0.6 ドキュメント 5299
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... srid ¶ This is the SRID code that the field value should be transformed to. For example, if the map widget ... SRID. geom_type ¶ Field. geom_type ¶ You generally shouldn't have to set or change that attribute which shou ...
https://man.plustar.jp/django/ref/contrib/gis/forms-api.html - [similar]
GEOS API — Django 4.0.6 ドキュメント 5299
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... kup Language) representation of the geometry. This should only be used for geometries with an SRID of 4326 ( ... erior of geometries. For most situations, covers() should be preferred to contains() . As an added benefit, ... overs() is more amenable to optimization and hence should outperform contains() . GEOSGeometry. crosses ( ot ... , up to a specified tolerance. The tolerance value should be a floating point number representing the error ...
https://man.plustar.jp/django/ref/contrib/gis/geos.html - [similar]
The staticfiles app — Django 4.0.6 ドキュメント 5299
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ure . This is only intended for local development, should never be used in production and is only available ... of running collectstatic , this storage typically shouldn't be used when running tests as collectstatic isn ... . This is only intended for local development, and should never be used in production . 注釈 To guess the se ... Note, the beginning of the pattern ( r'^static/' ) should be your STATIC_URL setting. Since this is a bit fi ...
https://man.plustar.jp/django/ref/contrib/staticfiles.html - [similar]
モデルインスタンスリファレンス — Django 4.0.6 ドキュメント 5299
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... will be readable with Django version N+1. Pickles should not be used as part of a long-term archival strate ... o a template when it displays an object. Thus, you should always return a nice, human-readable representatio ... ary. Code and templates calling get_absolute_url() should be able to use the result directly without any fur ... hods also accept optional keyword arguments, which should be in the format described in Field lookups . Note ...
https://man.plustar.jp/django/ref/models/instances.html - [similar]
多対多 (many-to-many) 関係 — Django 4.0.6 ドキュメント 5299
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Publications - references to deleted publications should go: >>> Publication . objects . filter ( title__st ... lete some articles - references to deleted objects should go: >>> q = Article . objects . filter ( headline_ ... he needs to be cleared, and the referenced objects should be gone: >>> print ( q ) <QuerySet []> >>> p1 . ar ...
https://man.plustar.jp/django/topics/db/examples/many_to_many.html - [similar]
django.core.management.base — Django 4.0.6 ドキュメント 5223
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... """ Include any default options that all commands should accept here so that ManagementUtility can handle t ... l__' can be used to specify that all system checks should be performed. Default value is '__all__'. To valid ... ion ( self ): """ Return the Django version, which should be correct for all built-in Django commands. User- ... ll be called once for each label. If the arguments should be names of installed applications, use ``AppComma ...
https://man.plustar.jp/django/_modules/django/core/management/base.html - [similar]
Form fields — Django 4.0.6 ドキュメント 5223
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ol the range of values permitted in the field, and should be given as decimal.Decimal values. max_digits ¶ T ... Specifies whether files in the specified location should be included. Either this or allow_folders must be ... pecifies whether folders in the specified location should be included. Either this or allow_files must be Tr ... equired argument: fields ¶ The list of fields that should be used to validate the field's value (in the orde ...
https://man.plustar.jp/django/ref/forms/fields.html - [similar]
Django の認証方法のカスタマイズ — Django 4.0.6 ドキュメント 5223
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ontain all required fields on your user model, but should not contain the USERNAME_FIELD or password as thes ... ing User and AnonymousUser objects. Generally, you should prefer using is_authenticated to this attribute. s ... い。 Writing a manager for a custom user model ¶ You should also define a custom manager for your user model. ... ** other_fields ) ¶ The prototype of create_user() should accept the username field, plus all required field ...
https://man.plustar.jp/django/topics/auth/customizing.html - [similar]
Django オブジェクトのシリアル化 — Django 4.0.6 ドキュメント 5223
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ializers . deserialize ( "xml" , data ): if object_should_be_saved ( deserialized_object ): deserialized_obj ... t content of the element represents the value that should be stored. Foreign keys and other relational field ... including Permission , Group , and User . 警告 You should never include automatically generated objects in a ... self . first_name , self . last_name ) That method should always return a natural key tuple -- in this examp ...
https://man.plustar.jp/django/topics/serialization.html - [similar]
django.core.mail — Django 4.0.6 ドキュメント 5148
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ozen. New code wanting to extend the functionality should use the EmailMessage class directly. """ connectio ... ozen. New code wanting to extend the functionality should use the EmailMessage class directly. """ connectio ...
https://man.plustar.jp/django/_modules/django/core/mail.html - [similar]