検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 106 for extra (0.020 sec.)
django.core.mail.message — Django 4.0.6 ドキュメント 6742
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ent ) else : self . attach ( * attachment ) self . extra_headers = headers or {} self . connection = connec ... ubject" ] = self . subject msg [ "From" ] = self . extra_headers . get ( "From" , self . from_email ) self ... header_names = [ key . lower () for key in self . extra_headers ] if "date" not in header_names : # format ... d ( domain = DNS_NAME ) for name , value in self . extra_headers . items (): if name . lower () != "from" : ...
https://man.plustar.jp/django/_modules/django/core/mail/message.html - [similar]
アップロードファイルとアップロードハンドラ — Django 4.0.6 ドキュメント 6742
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... -- "trust but verify." UploadedFile. content_type_extra ¶ A dictionary containing extra parameters passed ... ent_type , content_length , charset , content_type_extra ) [ソース] ¶ 新しいファイルのアップロード開始を通知 ... のように、提供されないことがあります。 content_type_extra は、 content-type からの、ファイルについての追加情 ... 報です。 UploadedFile.content_type_extra をご覧ください。 このメソッドは、将来のハンドラがこ ...
https://man.plustar.jp/django/ref/files/uploads.html - [similar]
マネージャ — Django 4.0.6 ドキュメント 6742
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to get a QuerySet of OpinionPoll objects with the extra num_responses attribute attached. Manager のカスタ ... y from the Manager , this is only the case for the extra methods defined on a custom QuerySet if you also i ... Finally for this example, suppose you want to add extra managers to the child class, but still use the def ... he abstract base class. The solution is to put the extra managers in another base class and introduce it in ...
https://man.plustar.jp/django/topics/db/managers.html - [similar]
Form fields — Django 4.0.6 ドキュメント 6588
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ll be replaced with the selected choice. Takes one extra argument: choices ¶ Either an iterable of 2-tuples ... om files inside a certain directory. It takes five extra arguments; only path is required: path ¶ The absol ... ll be replaced with the selected choice. Takes one extra required argument, choices , as for ChoiceField . ... a ChoiceField , except TypedChoiceField takes two extra arguments, coerce and empty_value . デフォルトのウ ...
https://man.plustar.jp/django/ref/forms/fields.html - [similar]
Djangoの認証システムを使用する — Django 4.0.6 ドキュメント 6588
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... r authentication. Defaults to AuthenticationForm . extra_context ¶ A dictionary of context data that will b ... , you can pass the template_name parameter via the extra arguments to the as_view method in your URLconf. F ... ext_page URL if the given GET parameter is passed. extra_context ¶ A dictionary of context data that will b ... user's password. Defaults to PasswordChangeForm . extra_context ¶ A dictionary of context data that will b ...
https://man.plustar.jp/django/topics/auth/default.html - [similar]
Django 3.2 release notes — Django 4.0.6 ドキュメント 6537
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ntiated forms for more details. The new can_delete_extra argument for generic_inlineformset_factory() allow ... s removal of the option to delete extra forms. See can_delete_extra for more information. ... ntiated forms for more details. The new can_delete_extra argument for formset_factory() , inlineformset_fac ... t_factory() allows removal of the option to delete extra forms. See can_delete_extra for more information. ...
https://man.plustar.jp/django/releases/3.2.html - [similar]
GeoDjango's admin site — Django 4.0.6 ドキュメント 6485
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... om ¶ The default zoom level to use. Defaults to 4. extra_js ¶ Sequence of URLs to any extra JavaScript to i ...
https://man.plustar.jp/django/ref/contrib/gis/admin.html - [similar]
Advanced testing topics — Django 4.0.6 ドキュメント 6485
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... st of supported formats). バージョン 4.0 で非推奨: extra_tests is a list of extra TestCase instances to add ... e suite that is executed by the test runner. These extra tests are run in addition to those discovered in t ... its pattern (see above). バージョン 4.0 で非推奨: extra_tests is a list of extra TestCase instances to add ... e suite that is executed by the test runner. These extra tests are run in addition to those discovered in t ...
https://man.plustar.jp/django/topics/testing/advanced.html - [similar]
Full text search — Django 4.0.6 ドキュメント 6434
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... class TrigramSimilarity ( expression , string , ** extra ) ¶ Accepts a field name or expression, and a stri ... s TrigramWordSimilarity ( string , expression , ** extra ) ¶ Accepts a string or expression, and a field na ... ¶ class TrigramDistance ( expression , string , ** extra ) ¶ Accepts a field name or expression, and a stri ... ass TrigramWordDistance ( string , expression , ** extra ) ¶ Accepts a string or expression, and a field na ...
https://man.plustar.jp/django/ref/contrib/postgres/search.html - [similar]
The syndication feed framework — Django 4.0.6 ドキュメント 6383
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ing different. Then update your URLconf to add the extra versions. Here's a full example: from django.contr ... , ** kwargs ): """ Returns a dictionary to use as extra context if either description_template or item_tem ... tegories feed_url feed_copyright feed_guid ttl Any extra keyword arguments you pass to __init__ will be sto ... closures categories item_copyright ttl updateddate Extra keyword arguments will be stored for custom feed g ...
https://man.plustar.jp/django/ref/contrib/syndication.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT