検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 135 for names (0.040 sec.)
django.core.mail.message — Django 4.0.6 ドキュメント 6932
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... class BadHeaderError ( ValueError ): pass # Header names that contain structured address data (RFC #5322) A ... sg , "Reply-To" , self . reply_to ) # Email header names are case-insensitive (RFC 2045), so we have to # a ... ccommodate that when doing comparisons. header_names = [ key . lower () for key in self . extra_headers ... ] if "date" not in header_names : # formatdate() uses stdlib methods to format the ...
https://man.plustar.jp/django/_modules/django/core/mail/message.html - [similar]
contenttypes フレームワーク — Django 4.0.6 ドキュメント 6932
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e your model a GenericForeignKey , and pass it the names of the two fields described above. If these fields ... , you can omit this -- those are the default field names GenericForeignKey will look for. Unlike for the Fo ... et []> Defining GenericRelation with related_query_name set allows querying from the related object: tags = ... m: python>]> Just as GenericForeignKey accepts the names of the content-type and object-ID fields as argume ...
https://man.plustar.jp/django/ref/contrib/contenttypes.html - [similar]
データベース — Django 4.0.6 ドキュメント 6932
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... table creation to each database connection. Table names ¶ There are known issues in even the latest versio ... ns. It is recommended that you use lowercase table names, if possible, to avoid any problems that might ari ... se from this behavior. Django uses lowercase table names when it auto-generates table names from models, so ... OST and PORT empty. However, if you don't use a tnsnames.ora file or a similar naming method and want to co ...
https://man.plustar.jp/django/ref/databases.html - [similar]
Constraints reference — Django 4.0.6 ドキュメント 6932
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ields ¶ UniqueConstraint. fields ¶ A list of field names that specifies the unique set of columns you want ... nclude ¶ New in Django 3.2. A list or tuple of the names of the fields to be included in the covering uniqu ... iqueConstraint. opclasses ¶ New in Django 3.2. The names of the PostgreSQL operator classes to use for this ...
https://man.plustar.jp/django/ref/models/constraints.html - [similar]
Coding style — Django 4.0.6 ドキュメント 6836
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... , not camelCase, for variable, function and method names (i.e. poll.get_unique_voters() , not poll.getUniqu ... eVoters() ). Use InitialCaps for class names (or for factory functions that return classes). In ... f my_view ( req , foo ): # ... Model style ¶ Field names should be all lowercase, using underscores instead ... ou contribute. Our policy is to keep contributors' names in the AUTHORS file distributed with Django -- not ...
https://man.plustar.jp/django/internals/contributing/writing-code/coding-style.h... - [similar]
GeoDjango Management Commands — Django 4.0.6 ドキュメント 6739
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nk BLANK ¶ Use a comma separated list of OGR field names to add the blank=True keyword option to the field ... ull NULL ¶ Use a comma separated list of OGR field names to add the null=True keyword option to the field d ...
https://man.plustar.jp/django/ref/contrib/gis/commands.html - [similar]
Model index reference — Django 4.0.6 ドキュメント 6739
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... For compatibility with different databases, index names cannot be longer than 30 characters and shouldn't ... tgres.indexes . opclasses ¶ Index. opclasses ¶ The names of the PostgreSQL operator classes to use for this ... nclude ¶ New in Django 3.2. A list or tuple of the names of the fields to be included in the covering index ...
https://man.plustar.jp/django/ref/models/indexes.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 6739
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... onal arguments ( *fields ) in order to specify the names of fields to which the DISTINCT should apply. This ... stinct. For a distinct() call with specified field names, the database will only compare the specified fiel ... d names. 注釈 When you specify field names, you must provi ... ject, with the keys corresponding to the attribute names of model objects. This example compares the dictio ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 6559
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ry <path> . モデルフィールド ¶ fields.E001 : Field names must not end with an underscore. fields.E002 : Fie ... ld names must not contain "__" . fields.E003 : pk is a rese ... specifies through_fields but does not provide the names of the two link fields that should be used for the ... cluding a : . Remove the colon, to avoid ambiguous namespace references. urls.E004 : Your URL pattern <patt ...
https://man.plustar.jp/django/ref/checks.html - [similar]
The staticfiles app — Django 4.0.6 ドキュメント 6462
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the static files into STATIC_ROOT . Duplicate file names are by default resolved in a similar way to how te ... an suppress the extra output and just get the path names:   $ python manage.py findstatic css/base.css -- ... FilesStorage storage backend which stores the file names it handles by appending the MD5 hash of the file's ... s will automatically store the mapping with hashed names for all processed files in a file called staticfil ...
https://man.plustar.jp/django/ref/contrib/staticfiles.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT