検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 219 for list (0.107 sec.)
Django 2.2.5 リリースノート — Django 4.0.6 ドキュメント 4704
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Fixed a regression in Django 2.2 where ModelAdmin.list_filter choices to foreign objects don't respect a ...
https://man.plustar.jp/django/releases/2.2.5.html - [similar]
Django 3.1.4 release notes — Django 4.0.6 ドキュメント 4704
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d a crash on SQLite, when QuerySet.values()/values_list() contained key transforms for JSONField returning ...
https://man.plustar.jp/django/releases/3.1.4.html - [similar]
ファイルのアップロード — Django 4.0.6 ドキュメント 4704
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t_form ( form_class ) files = request . FILES . getlist ( 'file_field' ) if form . is_valid (): for f in f ... ogressBarUploadHandler ( request )) この場合には、 list.append() メソッドの代わりに list.insert() を使った ... e upload handlers completely, you can assign a new list: request . upload_handlers = [ ProgressBarUploadHa ...
https://man.plustar.jp/django/topics/http/file-uploads.html - [similar]
Database Functions — Django 4.0.6 ドキュメント 4662
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Coalesce ( * expressions , ** extra ) ¶ Accepts a list of at least two field names or expressions and ret ... Greatest ( * expressions , ** extra ) ¶ Accepts a list of at least two field names or expressions and ret ... NObject ( ** fields ) ¶ New in Django 3.2. Takes a list of key-value pairs and returns a JSON object conta ... ass Least ( * expressions , ** extra ) ¶ Accepts a list of at least two field names or expressions and ret ...
https://man.plustar.jp/django/ref/models/database-functions.html - [similar]
Django 2.0.4 リリースノート — Django 4.0.6 ドキュメント 4662
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Django 1.11.8 where combining two annotated values_list() querysets with union() , difference() , or inter ...
https://man.plustar.jp/django/releases/2.0.4.html - [similar]
Django 2.0.5 リリースノート — Django 4.0.6 ドキュメント 4662
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... in Django 2.0.4 where QuerySet.values() or values_list() after combining an annotated and unannotated que ...
https://man.plustar.jp/django/releases/2.0.5.html - [similar]
Django 2.1.4 リリースノート — Django 4.0.6 ドキュメント 4662
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... しました。 Bugfixes ¶ Corrected the default password list that CommonPasswordValidator uses by lowercasing a ...
https://man.plustar.jp/django/releases/2.1.4.html - [similar]
Django 3.1.2 release notes — Django 4.0.6 ドキュメント 4662
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ( #32012 ). Fixed a django.contrib.admin.EmptyFieldListFilter crash when using on a GenericRelation ( #320 ... a regression in Django 3.1.1 where the admin changelist filter sidebar would not scroll for a long list of ...
https://man.plustar.jp/django/releases/3.1.2.html - [similar]
クラスベースのビューでフォームを扱う — Django 4.0.6 ドキュメント 4662
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... odel = Author success_url = reverse_lazy ( 'author-list' ) 注釈 We have to use reverse_lazy() instead of r ... w, ensure that you don't include created_by in the list of fields to edit, and override form_valid() to ad ...
https://man.plustar.jp/django/topics/class-based-views/generic-editing.html - [similar]
Django オブジェクトのシリアル化 — Django 4.0.6 ドキュメント 4662
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e model that defines them and are represented as a list of PKs. Be aware that not all Django output can be ... ialization looks quite similar to JSON. The object list is serialized as a sequence mappings with the keys ... ulty in some circumstances. Consider the case of a list of objects that have a foreign key referencing Con ...
https://man.plustar.jp/django/topics/serialization.html - [similar]