検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 187 for Field (0.104 sec.)
Django 1.9.7 リリースノート — Django 4.0.6 ドキュメント 4705
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... allbacks make transactions ( #26627 ). Fixed HStoreField to raise a ValidationError instead of crashing on ... 6698 ). Fixed a regression in queries on a OneToOneField that has to_field and primary_key=True ( #26667 ). ...
https://man.plustar.jp/django/releases/1.9.7.html - [similar]
Django 2.0.4 リリースノート — Django 4.0.6 ドキュメント 4705
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sts() annotation of a queryset containing a single field ( #29195 ). Fixed admin autocomplete widget's tran ... nfirmView crash when using a user model with a UUIDField primary key and the reset URL contains an encoded ...
https://man.plustar.jp/django/releases/2.0.4.html - [similar]
Django 2.0.5 リリースノート — Django 4.0.6 ドキュメント 4705
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... at inspectdb generates for django.contrib.postgres fields ( #29307 ). Fixed a regression in Django 1.11.8 w ... here altering a field with a unique constraint may drop and rebuild more ...
https://man.plustar.jp/django/releases/2.0.5.html - [similar]
Django 2.1.3 リリースノート — Django 4.0.6 ドキュメント 4705
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a regression where cached foreign keys that use to_field were incorrectly cleared in Model.save() ( #29896 ...
https://man.plustar.jp/django/releases/2.1.3.html - [similar]
Django 3.2.2 release notes — Django 4.0.6 ドキュメント 4705
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ohibits newlines in HTTP headers. Moreover, the URLField form field which uses URLValidator silently remove ... f you are using this validator outside of the form fields. This issue was introduced by the bpo-43882 fix. ...
https://man.plustar.jp/django/releases/3.2.2.html - [similar]
Django 4.0.4 release notes — Django 4.0.6 ドキュメント 4705
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tiple FilteredRelation() relationships to the same field ( #33598 ). Fixed a regression in Django 3.2.4 tha ...
https://man.plustar.jp/django/releases/4.0.4.html - [similar]
Coding style — Django 4.0.6 ドキュメント 4683
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... is: def my_view ( req , foo ): # ... Model style ¶ Field names should be all lowercase, using underscores i ... rson ( models . Model ): first_name = models . CharField ( max_length = 20 ) last_name = models . CharField ... erson ( models . Model ): FirstName = models . CharField ( max_length = 20 ) Last_Name = models . CharField ... ngth = 40 ) The class Meta should appear after the fields are defined, with a single blank line separating ...
https://man.plustar.jp/django/internals/contributing/writing-code/coding-style.h... - [similar]
GeoDjango's admin site — Django 4.0.6 ドキュメント 4683
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s_widget ¶ The widget class to be used for GeometryField . Defaults to OSMWidget . gis_widget_kwargs ¶ The ... t to False , disables editing of existing geometry fields in the admin. 注釈 This is different from adding ... the geometry field to readonly_fields , which will only display the W ...
https://man.plustar.jp/django/ref/contrib/gis/admin.html - [similar]
アップロードファイルとアップロードハンドラ — Django 4.0.6 ドキュメント 4683
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 、つまり 64 KB です。 FileUploadHandler. new_file ( field_name , file_name , content_type , content_length , ... ロードハンドラにデータが送られる前に呼び出されます。 field_name は、ファイル <input> フィールドの文字列名です ...
https://man.plustar.jp/django/ref/files/uploads.html - [similar]
Django 1.8.4 リリースノート — Django 4.0.6 ドキュメント 4683
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ility to serialize values from the newly added UUIDField ( #25019 ). Added a system check warning if the ol ... ised when using the db_column name of a ForeignKey field with primary_key=True ( #12768 ). Prevented an exc ... s_changed() method in contrib.postgres.forms.HStoreField ( #25215 , #25233 ). Fixed the recording of squash ... atterns_ops and text_patterns_ops indexes for ArrayField ( #25180 ). 目次 Django 1.8.4 リリースノート Denia ...
https://man.plustar.jp/django/releases/1.8.4.html - [similar]