検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 187 for Field (0.069 sec.)
Django の認証方法のカスタマイズ — Django 4.0.6 ドキュメント 6515
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... す。 User に関連した情報を格納したい場合は、 OneToOneField を追加する情報のフィールドを持ったモデルに使用する ... ployee ( models . Model ): user = models . OneToOneField ( User , on_delete = models . CASCADE ) department ... = models . CharField ( max_length = 100 ) User モデルと Employee モデル ... AUTH_USER_MODEL に対して ForeignKey または OneToOneField を使用してください。 User モデルを参照する ¶ User ...
https://man.plustar.jp/django/topics/auth/customizing.html - [similar]
Django の例外 — Django 4.0.6 ドキュメント 6482
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... l for implementing custom lookups and expressions. FieldDoesNotExist ¶ exception FieldDoesNotExist [ソース] ... ¶ The FieldDoesNotExist exception is raised by a model's _meta ... .get_field() method when the requested field does not exist o ... t DisallowedModelAdminLookup DisallowedModelAdminToField DisallowedRedirect InvalidSessionKey RequestDataTo ...
https://man.plustar.jp/django/ref/exceptions.html - [similar]
django.core.exceptions — Django 4.0.6 ドキュメント 6372
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... hashable import make_hashable [ドキュメント] class FieldDoesNotExist ( Exception ): """The requested model ... to scheme not in allowed list""" pass class TooManyFieldsSent ( SuspiciousOperation ): """ The number of fi ... T request exceeded settings.DATA_UPLOAD_MAX_NUMBER_FIELDS. """ pass class RequestDataTooBig ( SuspiciousOpe ... improperly configured""" pass [ドキュメント] class FieldError ( Exception ): """Some kind of problem with a ...
https://man.plustar.jp/django/_modules/django/core/exceptions.html - [similar]
フォームとフィールドの検証 — Django 4.0.6 ドキュメント 6240
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ror on invalid input. Validators are run after the field's to_python and validate methods have been called. ... れます。カスタムやオーバーライドすることができます: Field の to_python() メソッドはすべてのバリデーションの最 ... 値を受け取り、変換した値を返します。たとえば、 FloatField は Python の float に変換されるか、もしくは Valida ... tionError を投げます。 Field の validate() メソッドは、フィールド特有のバリデー ...
https://man.plustar.jp/django/ref/forms/validation.html - [similar]
Django の admin サイト — Django 4.0.6 ドキュメント 6207
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . date_hierarchy ¶ date_hierarchy をモデル内の DateField か DateTimeField の名前にセットすると、チェンジリス ... ass Author ( models . Model ): name = models . CharField ( max_length = 100 ) title = models . CharField ( ... max_length = 3 ) birth_date = models . DateField ( blank = True , null = True ) Author モデルに対す ... のフィールドのみを含むようにしたい場合、以下のように fields か exclude を指定することになります: from django. ...
https://man.plustar.jp/django/ref/contrib/admin/index.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 6098
" + 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 initial ... etrieving the change message. Selected objects for fields in ModelAdmin.raw_id_fields now have a link to ob ... rm. Added "No date" and "Has date" choices for DateFieldListFilter if the field is nullable. admin に埋め込 ... f objects in the properties dictionary if specific fields aren't specified. The ability to replicate input ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
Django 2.0 リリースノート — Django 4.0.6 ドキュメント 6098
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... go.contrib.admin ¶ The new ModelAdmin.autocomplete_fields attribute and ModelAdmin.get_autocomplete_fields( ... Select2 search widget for ForeignKey and ManyToManyField . django.contrib.auth ¶ The default iteration coun ... aren't built-in. inspectdb can now introspect JSONField and various RangeField s ( django.contrib.postgres ... MySQL's unsigned integer columns to PositiveIntegerField or PositiveSmallIntegerField . The new makemessage ...
https://man.plustar.jp/django/releases/2.0.html - [similar]
GeoDjango — Django 4.0.6 ドキュメント 6076
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... -specific instructions GeoDjango Model API Spatial Field Types Spatial Field Options Geometry Field Options ... Backends Creating and Saving Models with Geometry Fields Creating and Saving Models with Raster Fields Spa ... e Queries Compatibility Tables GeoDjango Forms API Field arguments Form field classes Form widgets GIS Quer ... eo , Geometry , Geographic , カスタマイズ , Data , Field , Models クイック検索 Last update: 2022年6月01日 « ...
https://man.plustar.jp/django/ref/contrib/gis/index.html - [similar]
Django Deprecation Timeline — Django 4.0.6 ドキュメント 5988
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... required. The list message for ModelMultipleChoiceField will be removed. Support for passing raw column al ... t.order_by() will be removed. The model NullBooleanField will be removed. A stub field will remain for comp ... will be removed. The model django.contrib.postgres.fields.JSONField will be removed. A stub field will rema ... ical migrations. django.contrib.postgres.forms.JSONField , django.contrib.postgres.fields.jsonb.KeyTransfor ...
https://man.plustar.jp/django/internals/deprecation.html - [similar]
GeoJSON Serializer — Django 4.0.6 ドキュメント 5988
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... it is called by serializers.serialize() : geometry_field : A string containing the name of a geometry field ... when you have a model with more than one geometry field and you don't want to use the first defined geomet ... ry field (by default, the first geometry field is picked). ... e geometry content. Defaults to 4326 (WGS 84). The fields option can be used to limit fields that will be p ...
https://man.plustar.jp/django/ref/contrib/gis/serializers.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT