検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 99 for defaults (0.109 sec.)
データベース — Django 4.0.6 ドキュメント 6087
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... l or time zone, you should either restore Django's defaults at the end of each request, force an appropriate v ... . Isolation level ¶ Like PostgreSQL itself, Django defaults to the READ COMMITTED isolation level . If you nee ... L has several storage engines . You can change the default storage engine in the server configuration. MySQL's ... default storage engine is InnoDB . This engine is fully tra ...
https://man.plustar.jp/django/ref/databases.html - [similar]
Model Meta options — Django 4.0.6 ドキュメント 6087
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... test() docs for more. managed ¶ Options. managed ¶ Defaults to True , meaning Django will create the appropria ... fault_permissions ¶ Options. default_permissions ¶ Defaults to ('add', 'change', 'delete', 'view') . You may c ...
https://man.plustar.jp/django/ref/models/options.html - [similar]
How to create custom template tags and filters — Django 4.0.6 ドキュメント 5996
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lter function. (If you don't specify this flag, it defaults to False ). This flag tells Django that your filte ... en reusing Django's built-in filters as autoescape defaults to None . You'll need to pass autoescape=True to g ... access to the context. The takes_context parameter defaults to False . When it's set to True , the tag is pass ...
https://man.plustar.jp/django/howto/custom-template-tags.html - [similar]
アプリケーション — Django 4.0.6 ドキュメント 5996
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... when two applications have conflicting labels. It defaults to the last component of name . It should be a val ... application, e.g. "Administration". This attribute defaults to label.title() . AppConfig. path ¶ Filesystem pa ...
https://man.plustar.jp/django/ref/applications.html - [similar]
The sitemap framework — Django 4.0.6 ドキュメント 5996
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... r generating alternate links when i18n is enabled. Defaults to LANGUAGES . alternates ¶ New in Django 3.2. Opt ... utomatically determine the sitemap URL. ping_url - Defaults to Google's Ping Tool: https://www.google.com/webm ...
https://man.plustar.jp/django/ref/contrib/sitemaps.html - [similar]
モデル — Django 4.0.6 ドキュメント 5996
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eate relationships, as long as you specify through_defaults for any required fields: >>> beatles . members . a ... dd ( john , through_defaults = { 'date_joined' : date ( 1960 , 8 , 1 )}) >>> be ... bers . create ( name = "George Harrison" , through_defaults = { 'date_joined' : date ( 1960 , 8 , 1 )}) >>> be ... s . set ([ john , paul , ringo , george ], through_defaults = { 'date_joined' : date ( 1960 , 8 , 1 )}) You ma ...
https://man.plustar.jp/django/topics/db/models.html - [similar]
フォームセット (Formset) — Django 4.0.6 ドキュメント 5996
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... most 1000 forms.'] When absolute_max is None , it defaults to max_num + 1000 . (If max_num is None , it defau ... .0. Specifies the renderer to use for the formset. Defaults to the renderer specified by the FORM_RENDERER set ...
https://man.plustar.jp/django/topics/forms/formsets.html - [similar]
テストツール — Django 4.0.6 ドキュメント 5996
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ks = False , json_encoder = DjangoJSONEncoder , ** defaults ) ¶ It requires no arguments at time of constructi ... to get() , post() , etc. have precedence over the defaults passed to the class constructor. enforce_csrf_chec ... ing the request should also be raised in the test. Defaults to True . Client インスタンスを一度作れば、以下のメ ... l have all the cookies and session data cleared to defaults. Subsequent requests will appear to come from an A ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
django.core.files.base — Django 4.0.6 ドキュメント 5905
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the file and yield chunks of ``chunk_size`` bytes (defaults to ``File.DEFAULT_CHUNK_SIZE``). """ chunk_size = ...
https://man.plustar.jp/django/_modules/django/core/files/base.html - [similar]
PostgreSQL specific form fields and widgets — Django 4.0.6 ドキュメント 5905
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lse delimiter ¶ This is an optional argument which defaults to a comma: , . This value is used to split the su ...
https://man.plustar.jp/django/ref/contrib/postgres/forms.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT