検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 188 for fields (0.111 sec.)
PostgreSQL specific database functions — Django 4.0.6 ドキュメント 4862
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sactionNow 前のトピックへ PostgreSQL specific form fields and widgets 次のトピックへ PostgreSQL specific mod ...
https://man.plustar.jp/django/ref/contrib/postgres/functions.html - [similar]
Django 1.11.4 リリースノート — Django 4.0.6 ドキュメント 4862
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ld.has_changed() to return False for disabled form fields: BooleanField , MultipleChoiceField , MultiValueFi ...
https://man.plustar.jp/django/releases/1.11.4.html - [similar]
Django 1.6.2 release notes — Django 4.0.6 ドキュメント 4862
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ase introspection now works with boolean and float fields ( #19884 ). Fixed an issue where lazy objects were ...
https://man.plustar.jp/django/releases/1.6.2.html - [similar]
Django 1.8.9 リリースノート — Django 4.0.6 ドキュメント 4862
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ing a reverse OneToOneField in ModelAdmin.readonly_fields ( #26060 ). Fixed a regression in Django 1.8.5 tha ...
https://man.plustar.jp/django/releases/1.8.9.html - [similar]
Django 2.0.5 リリースノート — Django 4.0.6 ドキュメント 4862
" + 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 wh ...
https://man.plustar.jp/django/releases/2.0.5.html - [similar]
Django 2.1.4 リリースノート — Django 4.0.6 ドキュメント 4862
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ange form crash when using ModelAdmin.prepopulated_fields ( #29929 ). Fixed "Please correct the errors below ...
https://man.plustar.jp/django/releases/2.1.4.html - [similar]
Django 3.2.2 release notes — Django 4.0.6 ドキュメント 4862
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... f you are using this validator outside of the form fields. This issue was introduced by the bpo-43882 fix. B ...
https://man.plustar.jp/django/releases/3.2.2.html - [similar]
データベースアクセスの最適化 — Django 4.0.6 ドキュメント 4862
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... add these from Django. Consider adding indexes to fields that you frequently query using filter() , exclude ... ppropriately. Don't be too aggressive in deferring fields without profiling as the database has to read most ... en you can avoid loading a lot of text data or for fields that might take a lot of processing to convert bac ... rt in bulk ¶ When inserting objects into ManyToManyFields , use add() with multiple objects to reduce the nu ...
https://man.plustar.jp/django/topics/db/optimization.html - [similar]
「How-to」ガイド — Django 4.0.6 ドキュメント 4829
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... m django-admin commands How to create custom model fields How to write custom lookups How to implement a cus ...
https://man.plustar.jp/django/howto/index.html - [similar]
Generic editing ビュー — Django 4.0.6 ドキュメント 4829
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ss AuthorCreateView ( CreateView ): model = Author fields = [ 'name' ] 例 myapp/author_form.html : < form me ... ss AuthorUpdateView ( UpdateView ): model = Author fields = [ 'name' ] template_name_suffix = '_update_form' ...
https://man.plustar.jp/django/ref/class-based-views/generic-editing.html - [similar]