検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 187 for Field (0.288 sec.)
Django 1.11.13 リリースノート — Django 4.0.6 ドキュメント 4738
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... xed a regression in Django 1.11.8 where altering a field with a unique constraint may drop and rebuild more ...
https://man.plustar.jp/django/releases/1.11.13.html - [similar]
Django 1.11.6 リリースノート — Django 4.0.6 ドキュメント 4738
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... es several bugs in 1.11.5. Bugfixes ¶ Made the CharField form field convert whitespace-only values to the e ... 's autogenerated primary key ( id ) in an Index 's fields ( #28597 ). Fixed a regression in Django 1.9 wher ...
https://man.plustar.jp/django/releases/1.11.6.html - [similar]
Django 2.2.22 release notes — Django 4.0.6 ドキュメント 4738
" + 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/2.2.22.html - [similar]
Django 3.0.5 リリースノート — Django 4.0.6 ドキュメント 4738
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ion and Subquery() annotation that collides with a field name ( #31377 ). 目次 Django 3.0.5 リリースノート ...
https://man.plustar.jp/django/releases/3.0.5.html - [similar]
Django 3.1.10 release notes — Django 4.0.6 ドキュメント 4738
" + 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.1.10.html - [similar]
多対一 (many-to-one) 関係 — Django 4.0.6 ドキュメント 4738
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rter ( models . Model ): first_name = models . CharField ( max_length = 30 ) last_name = models . CharField ... ( max_length = 30 ) email = models . EmailField () def __str__ ( self ): return " %s %s " % ( self ... rticle ( models . Model ): headline = models . CharField ( max_length = 100 ) pub_date = models . DateField ... moved from John to Paul. Related managers support field lookups as well. The API automatically follows rel ...
https://man.plustar.jp/django/topics/db/examples/many_to_one.html - [similar]
Django 1.10.4 release notes — Django 4.0.6 ドキュメント 4705
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t.update() crash on SQLite when updating a DateTimeField with an F() expression and a timedelta ( #27544 ). ... rom being created on an InnoDB ForeignKey when the field was added after the model was created ( #27558 ). ...
https://man.plustar.jp/django/releases/1.10.4.html - [similar]
Django 1.11.4 リリースノート — Django 4.0.6 ドキュメント 4705
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n- str environment variables ( #28174 ). Corrected Field.has_changed() to return False for disabled form fi ... elds: BooleanField , MultipleChoiceField , MultiValueField , FileFiel ... d , ModelChoiceField , and ModelMultipleChoiceField . Fixed QuerySet.co ...
https://man.plustar.jp/django/releases/1.11.4.html - [similar]
Django 1.6.2 release notes — Django 4.0.6 ドキュメント 4705
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... django.utils.timezone.__all__ ( #21880 ). Fixed a field misalignment issue with select_related() and model ... ase introspection now works with boolean and float fields ( #19884 ). Fixed an issue where lazy objects wer ...
https://man.plustar.jp/django/releases/1.6.2.html - [similar]
Django 1.9.6 リリースノート — Django 4.0.6 ドキュメント 4705
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s redirects to absolute URIs ( #26428 ). Fixed TimeField microseconds round-tripping on MySQL and SQLite ( ... ns from generating infinite migrations for a model field that references a functools.partial ( #26475 ). Fi ... ring to null when saving values of GenericIPAddressField on SQLite and MySQL ( #26557 ). Fixed a makemessag ...
https://man.plustar.jp/django/releases/1.9.6.html - [similar]