検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 187 for Field (0.047 sec.)
Django 1.7.9 release notes — Django 4.0.6 ドキュメント 4650
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ed, however, as of Django 1.6 the GenericIPAddresseField , IPAddressField , SlugField , and URLField form f ... you are using these validators outside of the form fields. The undocumented, internally unused validate_int ... e loss of null / not null column properties during field renaming of MySQL databases ( #24817 ). Fixed Simp ...
https://man.plustar.jp/django/releases/1.7.9.html - [similar]
Django 1.9.1 リリースノート — Django 4.0.6 ドキュメント 4650
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 018 ). Fixed a system check crash with nested ArrayField s ( #25867 ). Fixed a state bug when migrating a S ... ixed missing varchar/text_pattern_ops index on CharField and TextField respectively when using AlterField o ... delManagers operation ( #25852 ). Fixed TypedChoiceField change detection with nullable fields ( #25942 ). ... n the admin which ignored line breaks in read-only fields instead of converting them to <br> ( #25465 ). Fi ...
https://man.plustar.jp/django/releases/1.9.1.html - [similar]
Django 2.1.1 リリースノート — Django 4.0.6 ドキュメント 4650
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... るリグレッションを修正しました ( #29643 )。 DurationField の "overflow" エラーメッセージの翻訳に失敗する問題 ... for view-only users if the form has an extra form field ( #29682 ). Fixed a regression in Django 2.0.5 whe ...
https://man.plustar.jp/django/releases/2.1.1.html - [similar]
Django 2.2 リリースノート — Django 4.0.6 ドキュメント 4650
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tead the parent. inspectdb now introspects DurationField for Oracle and PostgreSQL, and AutoField for SQLit ... on extracts ISO-8601 week-numbering years from DateField and DateTimeField , and the new iso_year lookup al ... date() method allows efficiently updating specific fields on multiple model instances. Django no longer alw ... backends must implement introspection for DurationField or set DatabaseFeatures.can_introspect_duration_fi ...
https://man.plustar.jp/django/releases/2.2.html - [similar]
用語集 — Django 4.0.6 ドキュメント 4628
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... でないモデル ( abstract=False ) のこと。 フィールド (field) ¶ model の属性の1つで、与えられたフィールドは通常 ...
https://man.plustar.jp/django/glossary.html - [similar]
How to authenticate against Django's user database from Apache — Django 4.0.6 ... 4628
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ', referring to a related object that has a 'name' field. You can also specify your own custom mod_wsgi aut ...
https://man.plustar.jp/django/howto/deployment/wsgi/apache-auth.html - [similar]
Django のローカライズ — Django 4.0.6 ドキュメント 4628
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... icket in Django's ticket system, set its Component field to Translations , and attach the patch to it. ドキ ...
https://man.plustar.jp/django/internals/contributing/localizing.html - [similar]
How is Django Formed? — Django 4.0.6 ドキュメント 4628
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the final release, ensuring that the Release date field is blank, thus marking it as unreleased . For exam ... for 3.1a1 , also create 3.1 with the Release date field blank. Make the blog post announcing the release l ...
https://man.plustar.jp/django/internals/howto-release-django.html - [similar]
アプリケーション — Django 4.0.6 ドキュメント 4628
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... te)は設定されていません。 AppConfig. default_auto_field ¶ New in Django 3.2. The implicit primary key type ... dels within this app. You can use this to keep AutoField as the primary key type for third party applicatio ... ns. By default, this is the value of DEFAULT_AUTO_FIELD . 読み取り専用属性 ¶ AppConfig. module ¶ Root modu ...
https://man.plustar.jp/django/ref/applications.html - [similar]
Signals — Django 4.0.6 ドキュメント 4628
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e yet. using The database alias being used. update_fields The set of fields to update as passed to Model.sa ... ve() , or None if update_fields wasn't passed to save() . post_save ¶ django.db.m ... e yet. using The database alias being used. update_fields The set of fields to update as passed to Model.sa ... ve() , or None if update_fields wasn't passed to save() . pre_delete ¶ django.db. ...
https://man.plustar.jp/django/ref/signals.html - [similar]