検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 98 for parameter (0.063 sec.)
Related objects reference — Django 4.0.6 ドキュメント 5749
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ationship. In the above example, we don't pass the parameter blog to create() . Django figures out that the new ...
https://man.plustar.jp/django/ref/models/relations.html - [similar]
Django 1.0 リリースノート — Django 4.0.6 ドキュメント 5749
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... As a result, models can now support an additional parameter to save() which can force a specific operation. Se ...
https://man.plustar.jp/django/releases/1.0.html - [similar]
ファイルの管理 — Django 4.0.6 ドキュメント 5749
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a callable ¶ You can use a callable as the storage parameter for FileField or ImageField . This allows you to m ...
https://man.plustar.jp/django/topics/files.html - [similar]
翻訳 — Django 4.0.6 ドキュメント 5749
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to be called via the POST method, with a language parameter set in request. If session support is enabled, the ... tting the language choice, Django looks for a next parameter in the POST or GET data. If that is found and Djan ... L, the fallback will be performed only if the next parameter was set. Otherwise a 204 status code (No Content) ...
https://man.plustar.jp/django/topics/i18n/translation.html - [similar]
django.core.mail.message — Django 4.0.6 ドキュメント 5619
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... mimetype is guessed, if not provided. If the first parameter is a MIMEBase subclass, insert it directly into th ...
https://man.plustar.jp/django/_modules/django/core/mail/message.html - [similar]
How to manage error reporting — Django 4.0.6 ドキュメント 5619
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... False ): sensitive_variables() and sensitive_post_parameters() . sensitive_variables ( * variables ) ¶ If a fu ... ator def process_info ( user ): ... sensitive_post_parameters ( * parameters ) ¶ If one of your views receives ... an HttpRequest object with POST parameters susceptible to contain sensitive information, you ... may prevent the values of those parameters from being included in the error reports using th ...
https://man.plustar.jp/django/howto/error-reporting.html - [similar]
Coding style — Django 4.0.6 ドキュメント 5619
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... {{ foo }} View style ¶ In Django views, the first parameter in a view function should be called request . Do t ...
https://man.plustar.jp/django/internals/contributing/writing-code/coding-style.h... - [similar]
Admin actions — Django 4.0.6 ドキュメント 5619
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... published into a method and renamed the modeladmin parameter to self , and second that we've now put the string ...
https://man.plustar.jp/django/ref/contrib/admin/actions.html - [similar]
The "sites" framework — Django 4.0.6 ドキュメント 5619
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... need to explicitly pass the custom field name as a parameter to CurrentSiteManager on your model. The following ...
https://man.plustar.jp/django/ref/contrib/sites.html - [similar]
Model Meta options — Django 4.0.6 ドキュメント 5619
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... override the database table name, use the db_table parameter in class Meta . If your database table name is an ...
https://man.plustar.jp/django/ref/models/options.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT