検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 121 for required (0.026 sec.)
Djangoの設定 — Django 4.0.6 ドキュメント 6356
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t. Either configure() or DJANGO_SETTINGS_MODULE is required ¶ If you're not setting the DJANGO_SETTINGS_MODULE ... t both, and not neither. Calling django.setup() is required for "standalone" Django usage ¶ If you're using co ... gs Either configure() or DJANGO_SETTINGS_MODULE is required Calling django.setup() is required for "standalone ...
https://man.plustar.jp/django/topics/settings.html - [similar]
クエリー式 — Django 4.0.6 ドキュメント 6307
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t to generate an SQL expression that describes the required operation at the database level. Let's try this wi ... port Count Company . objects . annotate ( managers_required = ( Count ( 'num_employees' ) / 4 ) + Count ( 'num ... ion's output value. Note that output_field is only required when Django is unable to determine what field type ... be limited to a single column, values('total') is required. This is the only way to perform an aggregation wi ...
https://man.plustar.jp/django/ref/models/expressions.html - [similar]
Django 3.2 release notes — Django 4.0.6 ドキュメント 6307
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... brary for memcached. pymemcache 3.4.0 or higher is required. For more details, see the documentation on cachin ... he property() function instead after assigning the required attributes to the method. Using decorators has the ... fi defaults. Increasing the memory_cost pushes the required memory from 512 KB to 100 MB. This is still rather ... solated for each test method. Such objects are now required to support creating deep copies with copy.deepcopy ...
https://man.plustar.jp/django/releases/3.2.html - [similar]
フォームセット (Formset) — Django 4.0.6 ドキュメント 6307
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... -1-pub_date' : '' , # <-- this date is missing but required ... } >>> formset = ArticleFormSet ( data ) >>> fo ... formset . errors [{}, {'pub_date': ['This field is required.']}] 見て分かるように、 formset.errors はリストで、 ... ます。ただし、フォームセットのフォームフィールドは、 required 属性を含みません。これは、フォームを追加したり削除 ... formset . errors [{}, {'pub_date': ['This field is required.']}] >>> len ( formset . errors ) 2 >>> formset . ...
https://man.plustar.jp/django/topics/forms/formsets.html - [similar]
フォームを使う — Django 4.0.6 ドキュメント 6307
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... type = "text" name = "your_name" maxlength = "100" required > <form> や送信ボタンを含んで いない ことに注意して ... lid (): # process the data in form.cleaned_data as required # ... # redirect to a new URL: return HttpResponse ... . EmailField () cc_myself = forms . BooleanField ( required = False ) 前回の例では、 CharField の your_name と ... " type = "text" name = "subject" maxlength = "100" required ></ p > < p >< label for = "id_message" > Message: ...
https://man.plustar.jp/django/topics/forms/index.html - [similar]
設定 — Django 4.0.6 ドキュメント 6257
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... CFILES_FINDERS . Make sure you keep the components required by the features of Django you wish to use. コアの設 ... d to define multiple caches, other options will be required. The following cache options are available. BACKEN ... ng offers little practical benefit, it's sometimes required by security auditors. If you enable this and need ... stgreSQL, additional connection parameters will be required. See the ENGINE setting below on how to specify ot ...
https://man.plustar.jp/django/ref/settings.html - [similar]
Django 1.10.1 release notes — Django 4.0.6 ドキュメント 6257
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . Fixed a regression in Client.force_login() which required specifying a backend rather than automatically usi ... ( #26973 ). Fixed ClearableFileInput to avoid the required HTML attribute when initial data exists ( #27037 ) ...
https://man.plustar.jp/django/releases/1.10.1.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 6195
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ase run the database migration. USERNAME_FIELD and REQUIRED_FIELDS now supports ForeignKey s. The default iter ... lows checking if a specific error has happened. If required_css_class is defined on a form, then the <label> t ... ags for required fields will have this class present in its attribu ... de the top list choice label when DateField is not required. After an ImageField has been cleaned and validate ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
モデルからフォームを作成する — Django 4.0.6 ドキュメント 6195
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... =True が設定されている場合、フォームフィールド上で required が False にセットされます。それ以外の場合は requir ... 、デフォルトで選択されることになります。フィールドが required の場合、ユーザは選択肢を選ぶ必要があります。モデル ... ITLE_CHOICES ), ) birth_date = forms . DateField ( required = False ) class BookForm ( forms . Form ): name = ... rm. >>> f . save_m2m () Calling save_m2m() is only required if you use save(commit=False) . When you use a sav ...
https://man.plustar.jp/django/topics/forms/modelforms.html - [similar]
Database migration operations — Django 4.0.6 ドキュメント 6146
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e more specific subclasses below. name ¶ This is a required argument. The name of the extension to be installe ... and deterministic arguments. Therefore, locale is required to make this operation reversible. Restrictions No ...
https://man.plustar.jp/django/ref/contrib/postgres/operations.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT