検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 158 for must (0.028 sec.)
システムチェックフレームワーク — Django 4.0.6 ドキュメント 17234
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ¶ The warnings and errors raised by system checks must be instances of CheckMessage . An instance encapsu ... .0, the values in the CSRF_TRUSTED_ORIGINS setting must start with a scheme (usually http:// or https:// ) ... setting is correctly configured: caches.E001 : You must define a 'default' cache in your CACHES setting. c ... th> . モデルフィールド ¶ fields.E001 : Field names must not end with an underscore. fields.E002 : Field na ...
https://man.plustar.jp/django/ref/checks.html - [similar]
django.contrib.gis.measure — Django 4.0.6 ドキュメント 8824
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ons are met: # # 1. Redistributions of source code must retain the above copyright notice, # this list of ... disclaimer. # # 2. Redistributions in binary form must reproduce the above copyright # notice, this list ... tandard )}, ) else : raise TypeError ( " %(class)s must be added with %(class)s " % { "class" : pretty_nam ... d return self else : raise TypeError ( " %(class)s must be added with %(class)s " % { "class" : pretty_nam ...
https://man.plustar.jp/django/_modules/django/contrib/gis/measure.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 8375
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... myapp.E001' , ) ) return errors The check function must accept an app_configs argument; this argument is t ... ions that should be inspected. If None , the check must be run on all installed apps in the project. The c ... el configuration. If databases is None , the check must not use any database connections. The **kwargs arg ... ed for future expansion. メッセージ ¶ The function must return a list of messages. If no problems are foun ...
https://man.plustar.jp/django/topics/checks.html - [similar]
django.core.mail.message — Django 4.0.6 ドキュメント 7856
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... addr ) else : if rest : # The entire email address must be parsed. raise ValueError ( 'Invalid address; on ... self , name , val ): # message/rfc822 attachments must be ASCII name , val = forbid_multi_line_headers ( ... nce ( to , str ): raise TypeError ( '"to" argument must be a list or tuple' ) self . to = list ( to ) else ... nce ( cc , str ): raise TypeError ( '"cc" argument must be a list or tuple' ) self . cc = list ( cc ) else ...
https://man.plustar.jp/django/_modules/django/core/mail/message.html - [similar]
設定 — Django 4.0.6 ドキュメント 7706
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ptions for an individual cache. The CACHES setting must configure a default cache; any number of additiona ... e CSRF token with an AJAX request, your JavaScript must pull the value from a hidden CSRF token form input ... or views require the CSRF token, SessionMiddleware must appear in MIDDLEWARE before any middleware that ma ... hat doesn't include the Origin header, the request must have a Referer header that matches the origin pres ...
https://man.plustar.jp/django/ref/settings.html - [similar]
django.dispatch.dispatcher — Django 4.0.6 ドキュメント 7568
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ance method which is to receive signals. Receivers must be hashable objects. If weak is True, then receive ... r must be weak referenceable. Receivers must be able to a ... r The sender to which the receiver should respond. Must either be a Python object, or None to receive even ... ( receiver ): raise TypeError ( "Signal receivers must be callable." ) # Check for **kwargs if not func_a ...
https://man.plustar.jp/django/_modules/django/dispatch/dispatcher.html - [similar]
Django 2.2 リリースノート — Django 4.0.6 ドキュメント 7568
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... y database backends. Third-party database backends must implement support for table check constraints or s ... nstraints to False . Third party database backends must implement support for ignoring constraints or uniq ... conflicts to False . Third party database backends must implement introspection for DurationField or set D ... w defaults to True . Third party database backends must implement support for partial indexes or set Datab ...
https://man.plustar.jp/django/releases/2.2.html - [similar]
Organization of the Django Project — Django 4.0.6 ドキュメント 7488
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to require the use of the DEP process ). A Merger must not merge a change primarily authored by that Merg ... restrictions apply to the role of Merger: A person must not simultaneously serve as a member of the techni ... ns to Django or the Django ecosystem. This history must begin at least 18 months prior to the individual's ... rection and development of Django. Such engagement must have occurred within a period of no more than two ...
https://man.plustar.jp/django/internals/organization.html - [similar]
Lookup API reference — Django 4.0.6 ドキュメント 7418
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ng the first match. For a class to be a lookup, it must follow the Query Expression API . Lookup and Trans ... 's built-in backends. get_lookup ( lookup_name ) ¶ Must return the lookup named lookup_name . For instance ... (lookup_name) . get_transform ( transform_name ) ¶ Must return the lookup named transform_name . For insta ... e of class returned by the get_lookup() method. It must be a Field instance. Transform reference ¶ class T ...
https://man.plustar.jp/django/ref/models/lookups.html - [similar]
The form rendering API — Django 4.0.6 ドキュメント 7338
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... renderers or implement your own. Custom renderers must implement a render(template_name, context, request ... d widgets in your project and its third-party apps must have Jinja2 templates. Unless you provide your own ... t.template_name To override formset templates, you must use the TemplatesSetting renderer. Then overriding ... Form.template_name To override form templates, you must use the TemplatesSetting renderer. Then overriding ...
https://man.plustar.jp/django/ref/forms/renderers.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT