検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 219 for list (0.119 sec.)
contenttypes フレームワーク — Django 4.0.6 ドキュメント 4578
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ramework is included in the default INSTALLED_APPS list created by django-admin startproject , but if you' ... d it or if you manually set up your INSTALLED_APPS list, you can enable it by adding 'django.contrib.conte ...
https://man.plustar.jp/django/ref/contrib/contenttypes.html - [similar]
contrib packages — Django 4.0.6 ドキュメント 4578
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ode it up, and post it to the django-users mailing list. 目次 contrib packages admin auth contenttypes fla ...
https://man.plustar.jp/django/ref/contrib/index.html - [similar]
Django 1.6.1 release notes — Django 4.0.6 ドキュメント 4578
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lease for Django 1.6. In addition to the bug fixes listed below, translations submitted since the 1.6 rele ... issing search result count and reset link in changelist admin view (#21510). The current language is no lo ... ression when using generic relations in ModelAdmin.list_filter (#21431). 目次 Django 1.6.1 release notes B ...
https://man.plustar.jp/django/releases/1.6.1.html - [similar]
Django 2.0.1 リリースノート — Django 4.0.6 ドキュメント 4578
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... for_update(of=(...)) の後に values() または values_list() をチェインするとクラッシュする問題を修正しました ... ージの並び替えにクエリー式を使用すると、admin changelist がクラッシュする問題を修正しました ( #28958 )。 目 ...
https://man.plustar.jp/django/releases/2.0.1.html - [similar]
Django 2.0.3 リリースノート — Django 4.0.6 ドキュメント 4578
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ixed a regression where a When() expression with a list argument crashes ( #29166 ). Fixed crash when usin ...
https://man.plustar.jp/django/releases/2.0.3.html - [similar]
Django 2.2.1 リリースノート — Django 4.0.6 ドキュメント 4578
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... on in Django 2.2 where Paginator crashes if object_list is a queryset ordered or aggregated over a nested ...
https://man.plustar.jp/django/releases/2.2.1.html - [similar]
Django 2.2 リリースノート — Django 4.0.6 ドキュメント 4578
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ーション ¶ The new migrate --plan option prints the list of migration operations that will be performed. No ... lient now supports automatic JSON serialization of list and tuple data when content_type='application/json ...
https://man.plustar.jp/django/releases/2.2.html - [similar]
Django 3.0.3 リリースノート — Django 4.0.6 ドキュメント 4578
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ションが含まれる場合に、 QuerySet.values() と values_list() がクラッシュするという Django 3.0でのリグレッショ ...
https://man.plustar.jp/django/releases/3.0.3.html - [similar]
Django の認証方法のカスタマイズ — Django 4.0.6 ドキュメント 4578
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... キャッシュしている場合、 setting_changed シグナルを listen してキャッシュをクリアする必要があるかもしれませ ... il_field_name() で返されます。 REQUIRED_FIELDS ¶ A list of the field names that will be prompted for when ... れたオブジェクトに対して行います。 has_perms ( perm_list , obj = None ) ¶ ユーザーが指定したパーミッションを ... min # that reference specific fields on auth.User. list_display = ( 'email' , 'date_of_birth' , 'is_admin' ...
https://man.plustar.jp/django/topics/auth/customizing.html - [similar]
How to create custom django-admin commands — Django 4.0.6 ドキュメント 4547
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lse です。 BaseCommand. requires_system_checks ¶ A list or tuple of tags, e.g. [Tags.staticfiles, Tags.mod ... cks attribute expects a boolean value instead of a list or tuple of tags. BaseCommand. style ¶ stdout や s ...
https://man.plustar.jp/django/howto/custom-management-commands.html - [similar]