検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 188 for fields (0.044 sec.)
Constraints reference — Django 4.0.6 ドキュメント 7764
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... straint ¶ class UniqueConstraint ( * expressions , fields = () , name = None , condition = None , deferrable ... same database restrictions as Index.expressions . fields ¶ UniqueConstraint. fields ¶ A list of field names ... nstraint to enforce. For example, UniqueConstraint(fields=['room', 'date'], name='unique_booking') ensures e ... the constraint to enforce. 例: UniqueConstraint ( fields = [ 'user' ], condition = Q ( status = 'DRAFT' ), ...
https://man.plustar.jp/django/ref/models/constraints.html - [similar]
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 7698
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 注釈 技術的には、これらのモデルは django.db.models.fields 内で定義されていまが、利便性のため django.db.model ... ルトは False です。 Avoid using null on string-based fields such as CharField and TextField . If a string-base ... pplying missing values blank=True can be used with fields having null=False , but this will require implemen ... ns . See that documentation for other caveats. For fields like ForeignKey that map to model instances, defau ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
モデルフォーム関数 — Django 4.0.6 ドキュメント 7490
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... y ¶ modelform_factory ( model , form = ModelForm , fields = None , exclude = None , formfield_callback = Non ... e , widgets = None , localized_fields = None , labels = None , help_texts = None , error ... lForm を構築する開始地点として使うことができます。 fields は、フィールド名の省略可能なリストです。提供された ... フィールド名の省略可能なリストです。提供された場合、 fields 引数の中に指定されていたとしても、指定されたフィー ...
https://man.plustar.jp/django/ref/forms/models.html - [similar]
django.contrib.postgres — Django 4.0.6 ドキュメント 7216
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ango supports. This optional module contains model fields and form fields for a number of PostgreSQL specifi ... aySubquery() expressions PostgreSQL specific model fields Indexing these fields ArrayField CIText fields HSt ... oreField Range Fields PostgreSQL specific form fields and widgets フィー ... s 関連キーワード PostgreSQL , contrib , postgres , fields , functions , database , data , not , search , exp ...
https://man.plustar.jp/django/ref/contrib/postgres/index.html - [similar]
Form fields — Django 4.0.6 ドキュメント 7216
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ts | Index | Modules « previous | up | next » Form fields ¶ class Field ( ** kwargs ) ¶ Form クラスを作成時の ... ies from field to field.) Widgets of required form fields have the required HTML attribute. Set the Form.use ... mple Form that implements help_text for two of its fields. We've specified auto_id=False to simplify the out ... True . Error message keys: required 注釈 Since all Field subclasses have required=True by default, the valid ...
https://man.plustar.jp/django/ref/forms/fields.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 7150
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sses attribute allows specifying classes on inline fieldsets. Inlines with a collapse class will be initiall ... etrieving the change message. Selected objects for fields in ModelAdmin.raw_id_fields now have a link to obj ... f objects in the properties dictionary if specific fields aren't specified. The ability to replicate input d ... bute if the field has a min_length . Required form fields now have the required HTML attribute. Set the new ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 7150
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... import issues such as import loops. New method on Field subclasses ¶ To help power both schema migrations a ... ange should not affect you unless you write custom Field subclasses; if you do, you may need to reimplement ... t() , a good place to start is the built-in Django fields ( django/db/models/fields/__init__.py ) as several ... fields, including DecimalField and DateField , override i ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
PostgreSQL specific form fields and widgets — Django 4.0.6 ドキュメント 7052
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... « previous | up | next » PostgreSQL specific form fields and widgets ¶ All of these fields and widgets are ... False . When False , each value from the repeated fields is stored. When set to True , any trailing values ... . This can be done using the KeysValidator . Range Fields ¶ This group of fields all share similar functiona ... is not greater than the upper bound. All of these fields use RangeWidget . IntegerRangeField ¶ class Intege ...
https://man.plustar.jp/django/ref/contrib/postgres/forms.html - [similar]
Django の認証方法のカスタマイズ — Django 4.0.6 ドキュメント 6975
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 値は get_email_field_name() で返されます。 REQUIRED_FIELDS ¶ A list of the field names that will be prompted ... ll be prompted to supply a value for each of these fields. It must include any field for which blank is Fals ... e or undefined and may include additional fields you want prompted for when a user is created inter ... actively. REQUIRED_FIELDS has no effect in other parts of Django, like creat ...
https://man.plustar.jp/django/topics/auth/customizing.html - [similar]
フォーム API — Django 4.0.6 ドキュメント 6877
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... r ) ¶ This method allows adding errors to specific fields from within the Form.clean() method, or from outsi ... CommentForm () >>> f . get_initial_for_field ( f . fields [ 'identifier' ], 'identifier' ) UUID('972ca9e4-7b ... 07b3aa306334') >>> f . get_initial_for_field ( f . fields [ 'identifier' ], 'identifier' ) UUID('1b411fab-84 ... if f . has_changed (): ... print ( "The following fields changed: %s " % ", " . join ( f . changed_data )) ...
https://man.plustar.jp/django/ref/forms/api.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT