検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 174 for argument (0.131 sec.)
Django 3.0 リリースノート — Django 4.0.6 ドキュメント 5982
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... required fields, when a corresponding command line argument isn't provided in non-interactive mode. REQUIRED_F ... descriptors . Avg and Sum now support the distinct argument. Added SmallAutoField which acts much like an Auto ... ferrer-Policy header. テスト ¶ The new test Client argument raise_request_exception allows controlling whether ... eeded in third-party database backends. The second argument of DatabaseIntrospection.get_geometry_type() is no ...
https://man.plustar.jp/django/releases/3.0.html - [similar]
The sitemap framework — Django 4.0.6 ドキュメント 5915
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ntent/ . The sitemap view takes an extra, required argument: {'sitemaps': sitemaps} . sitemaps should be a dic ... or attribute. If it's a method, it should take one argument -- an object as returned by items() -- and return ... or attribute. If it's a method, it should take one argument -- an object as returned by items() -- and return ... or attribute. If it's a method, it should take one argument -- an object as returned by items() -- and return ...
https://man.plustar.jp/django/ref/contrib/sitemaps.html - [similar]
Djangoの設定 — Django 4.0.6 ドキュメント 5915
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ( DEBUG = True ) Pass configure() as many keyword arguments as you'd like, with each keyword argument represe ... nting a setting and its value. Each argument name should be all uppercase, with the same name a ... vides the default settings as the default_settings argument (or as the first positional argument) in the call ... example, which uses myapp_defaults as a positional argument, is equivalent: settings . configure ( myapp_defau ...
https://man.plustar.jp/django/topics/settings.html - [similar]
Advanced testing topics — Django 4.0.6 ドキュメント 5859
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e a request instance that can be used as the first argument to any view. This means you can test a view functi ... , and trace() . These methods accept all the same arguments except for follow . Since this is just a factory ... the capabilities of the test runner by adding new arguments. The **kwargs declaration allows for this expansi ... al command-line options. Create or override an add_arguments(cls, parser) class method and add custom argument ...
https://man.plustar.jp/django/topics/testing/advanced.html - [similar]
翻訳 — Django 4.0.6 ドキュメント 5792
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... pecify pluralized messages. ngettext() takes three arguments: the singular translation string, the plural tran ... エラーが発生するでしょう: a format specification for argument 'name' , as in 'msgstr[0]' , doesn 't exist in ' m ... ural = _ ( 'my things' ) Model methods description argument to the @display decorator ¶ For model methods, you ... to Django and the admin site with the description argument to the display() decorator: from django.contrib im ...
https://man.plustar.jp/django/topics/i18n/translation.html - [similar]
暗号署名 — Django 4.0.6 ドキュメント 5792
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... unsign_object() methods were added. Using the salt argument ¶ If you do not wish for every occurrence of a par ... same signature hash, you can use the optional salt argument to the Signer class. Using a salt will seed the si ... different salt. Unlike your SECRET_KEY , your salt argument does not need to stay secret. Changed in Django 3. ... EY を守る 低レベルの API を利用する Using the salt argument Verifying timestamped values Protecting complex da ...
https://man.plustar.jp/django/topics/signing.html - [similar]
django.core.mail.message — Django 4.0.6 ドキュメント 5725
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... f isinstance ( to , str ): raise TypeError ( '"to" argument must be a list or tuple' ) self . to = list ( to ) ... f isinstance ( cc , str ): raise TypeError ( '"cc" argument must be a list or tuple' ) self . cc = list ( cc ) ... isinstance ( bcc , str ): raise TypeError ( '"bcc" argument must be a list or tuple' ) self . bcc = list ( bcc ... ( reply_to , str ): raise TypeError ( '"reply_to" argument must be a list or tuple' ) self . reply_to = list ...
https://man.plustar.jp/django/_modules/django/core/mail/message.html - [similar]
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 5725
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e modifications: Enum member values are a tuple of arguments to use when constructing the concrete data type. ... sages ¶ Field. error_messages ¶ The error_messages argument lets you override the default messages that the fi ... n a ModelForm . BinaryField has one extra optional argument: BinaryField. max_length ¶ The maximum length (in ... ジェットは TextInput です。 CharField has two extra arguments: CharField. max_length ¶ Required. The maximum le ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
リクエストとレスポンスのオブジェクト — Django 4.0.6 ドキュメント 5725
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ure is no longer valid. If you provide the default argument the exception will be suppressed and that default ... value will be returned instead. The optional salt argument can be used to provide extra protection against br ... tacks on your secret key. If supplied, the max_age argument will be checked against the signed timestamp attac ... if the request Accept header matches the mime_type argument: >>> request . accepts ( 'text/html' ) True Most b ...
https://man.plustar.jp/django/ref/request-response.html - [similar]
Django 1.4 release notes — Django 4.0.6 ドキュメント 5669
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... r database portability and interoperability. (This argument doesn't apply to PostgreSQL, because it already st ... now provide a destination directory as the second argument to both startapp and startproject : django - admin ... xin to enable the customization of URLconf keyword arguments used for single object generic views. Assignment ... may now accept any number of positional or keyword arguments. For example: @register . simple_tag def my_tag ( ...
https://man.plustar.jp/django/releases/1.4.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT