検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 133 for attribute (0.040 sec.)
Coding style — Django 4.0.6 ドキュメント 5075
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... all required): All database fields Custom manager attributes class Meta def __str__() def save() def get_absol ... t of tuples, with an all-uppercase name as a class attribute on the model. Example: class MyModel ( models . Mo ...
https://man.plustar.jp/django/internals/contributing/writing-code/coding-style.h... - [similar]
Base views — Django 4.0.6 ドキュメント 5075
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... thod assigns the HttpRequest to the view's request attribute, and any positional and/or keyword arguments captu ... red from the URL pattern to the args and kwargs attributes, respectively. Then dispatch() is called. setup ( ...
https://man.plustar.jp/django/ref/class-based-views/base.html - [similar]
Geographic Database Functions — Django 4.0.6 ドキュメント 5075
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... roul 1002334.36351 m ... 注釈 Because the distance attribute is a Distance object, you can easily express the v ...
https://man.plustar.jp/django/ref/contrib/gis/functions.html - [similar]
Full text search — Django 4.0.6 ドキュメント 5075
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... search configuration ¶ You can specify the config attribute to a SearchVector and SearchQuery to use a differe ...
https://man.plustar.jp/django/ref/contrib/postgres/search.html - [similar]
The "sites" framework — Django 4.0.6 ドキュメント 5075
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ls. Site ¶ A model for storing the domain and name attributes of a website. domain ¶ The fully qualified domain ... eware to MIDDLEWARE . The middleware sets the site attribute on every request object, so you can use request.si ... ry interface of Site (i.e., it has domain and name attributes) but gets its data from a Django HttpRequest obje ... e. __init__ ( request ) ¶ Sets the name and domain attributes to the value of get_host() . A RequestSite object ...
https://man.plustar.jp/django/ref/contrib/sites.html - [similar]
ロギング — Django 4.0.6 ドキュメント 5075
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... it receives. If the log record contains a request attribute, the full details of the request will be included ...
https://man.plustar.jp/django/ref/logging.html - [similar]
Unicode data — Django 4.0.6 ドキュメント 5075
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ll return their members as Unicode data. All other attributes and methods of HttpRequest return data exactly as ... is for a particular form, you can set the encoding attribute on an HttpRequest instance. For example: def some_ ...
https://man.plustar.jp/django/ref/unicode.html - [similar]
フォームを使う — Django 4.0.6 ドキュメント 5075
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... like to disable this behavior, set the novalidate attribute on the form tag, or specify a different widget on ... for more on errors, styling, and working with form attributes in templates. フォームのフィールドをループする ¶ ... ne template and overriding the forms template_name attribute to render the form using the custom template. The ...
https://man.plustar.jp/django/topics/forms/index.html - [similar]
django.core.management.base — Django 4.0.6 ドキュメント 4990
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... it to more specialized methods as needed. Several attributes affect behavior at various steps along the way: ` ... d (as controlled by the ``requires_system_checks`` attribute, except if force-skipped). """ if options [ "force ...
https://man.plustar.jp/django/_modules/django/core/management/base.html - [similar]
Unit tests — Django 4.0.6 ドキュメント 4990
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... isolate model registration can be retrieved as an attribute when used as a class decorator by using the attr_n ...
https://man.plustar.jp/django/internals/contributing/writing-code/unit-tests.htm... - [similar]
PREV 3 4 5 6 7 8 9 10 11 12 13 14 NEXT