検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 188 for fields (0.102 sec.)
Django 1.11.2 リリースノート — Django 4.0.6 ドキュメント 5135
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 8142 ). Fixed regression causing pickling of model fields to crash ( #28188 ). Fixed django.contrib.auth.aut ... Relaxed the validation added in Django 1.11 of the fields in the defaults argument of QuerySet.get_or_create ...
https://man.plustar.jp/django/releases/1.11.2.html - [similar]
Django 1.6.3 release notes — Django 4.0.6 ドキュメント 5135
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d GenericIPAddressField IPAddressField These three fields have been updated to convert their arguments to th ... querying. Additionally, developers of custom model fields are now warned via documentation to ensure their c ... Prevented custom widget class attribute of IntegerField subclasses from being overwritten by the code in th ... e django.contrib.gis SQL compiler for non-concrete fields ( #22250 ). Fixed ModelAdmin.preserve_filters when ...
https://man.plustar.jp/django/releases/1.6.3.html - [similar]
検索 — Django 4.0.6 ドキュメント 5135
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ユースケース ¶ 標準的なテキストのクエリ ¶ Text-based fields have a selection of matching operations. For examp ... they appear in the text, or the importance of the fields, such as the title or keywords, that they appear i ... recipes>] You can also filter on a combination of fields and on related models: >>> Entry . objects . annot ...
https://man.plustar.jp/django/topics/db/search.html - [similar]
Database Functions — Django 4.0.6 ドキュメント 5103
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... don't usually recommend allowing null=True for CharField since this allows the field to have two "empty valu ... e as a default. JSONObject ¶ class JSONObject ( ** fields ) ¶ New in Django 3.2. Takes a list of key-value p ... Field as __(lookup_name) , e.g. __year . Since DateField s don't have a time component, only Extract subclas ... DateField listed above may also be used on DateTimeField s . class ExtractHour ( expression , tzinfo = None ...
https://man.plustar.jp/django/ref/models/database-functions.html - [similar]
Django 1.7.9 release notes — Django 4.0.6 ドキュメント 5103
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d , IPAddressField , SlugField , and URLField form fields which use these validators all strip the input, so ... you are using these validators outside of the form fields. The undocumented, internally unused validate_inte ...
https://man.plustar.jp/django/releases/1.7.9.html - [similar]
Django 1.10.1 release notes — Django 4.0.6 ドキュメント 5070
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ng UserCreationForm without USERNAME_FIELD in Meta.fields ( #27111 ). Fixed a regression in model forms wher ... e model fields with a default that didn't appear in POST data no ...
https://man.plustar.jp/django/releases/1.10.1.html - [similar]
Django 1.9.1 リリースノート — Django 4.0.6 ドキュメント 5070
" + 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 Se ... ed TypedChoiceField change detection with nullable fields ( #25942 ). Fixed incorrect timezone warnings in c ... n the admin which ignored line breaks in read-only fields instead of converting them to <br> ( #25465 ). Fix ...
https://man.plustar.jp/django/releases/1.9.1.html - [similar]
Django 3.1.1 release notes — Django 4.0.6 ドキュメント 5070
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ty in the select_for_update() . When using related fields pointing to a proxy model in the of argument, the ... go 2.0, when copying model instances with a cached fields value ( #31863 ). Fixed a regression in Django 3.1 ...
https://man.plustar.jp/django/releases/3.1.1.html - [similar]
Django 3.2.1 release notes — Django 4.0.6 ドキュメント 5070
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... allAutoField were not allowed for the DEFAULT_AUTO_FIELD setting ( #32620 ). Fixed a regression in Django 3. ... jango 3.2 that caused a crash of ModelAdmin.search_fields when searching against phrases with unbalanced quo ... ate() on a queryset ordered by inherited or joined fields on MySQL and MariaDB ( #32645 ). Fixed a regressio ...
https://man.plustar.jp/django/releases/3.2.1.html - [similar]
ウィジェット — Django 4.0.6 ドキュメント 5026
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lean 属性を使います。 ちなみに ウィジェットを form fields と混同しないでください。フォームフィールドは入力値 ... declared directly on the form (such as model form fields), you can use the Form.fields attribute: class Com ... super () . __init__ ( * args , ** kwargs ) self . fields [ 'name' ] . widget . attrs . update ({ 'class' : ... 'special' }) self . fields [ 'comment' ] . widget . attrs . update ( size = ' ...
https://man.plustar.jp/django/ref/forms/widgets.html - [similar]