検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 219 for list (0.097 sec.)
Django 0.95 リリースノート — Django 4.0.6 ドキュメント 5017
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... easonably routine and only need to be done once. A list of the necessary changes is described in the Remov ... ng The Magic wiki page. There is also an easy checklist for reference when undertaking the porting operati ... r more personalized help, the django-users mailing list is a very active list, with more than 2,000 subscr ...
https://man.plustar.jp/django/releases/0.95.html - [similar]
FAQ: 管理インタフェース — Django 4.0.6 ドキュメント 4976
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... イト用のファイルを公開する方法 を参照してください。 “list_filter” に ManyToManyField を入れたのに、フィルタが ... there are no related objects. For example, if your list_filter includes sites , and there are no sites in ... ブジェクトを指しているデータがあり、そのフィールドが list_display に含まれている場合、管理サイトの更新リスト ... れるのに、mod_wsgi を使った場合には表示されません。 “list_filter” に ManyToManyField を入れたのに、フィルタが ...
https://man.plustar.jp/django/faq/admin.html - [similar]
はじめての Django アプリ作成、その 4 — Django 4.0.6 ドキュメント 4976
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... port Choice , Question class IndexView ( generic . ListView ): template_name = 'polls/index.html' context_ ... object_name = 'latest_question_list' def get_queryset ( self ): """Return the last fiv ... ... # same as above, no changes needed. ここでは、 ListView と DetailView を使用しています。これらのビュー ... ですが)それぞれ違った見た目になります。 同様に、 ListView 汎用ビューは <app name>/<model name>_list.html ...
https://man.plustar.jp/django/intro/tutorial04.html - [similar]
Model index reference — Django 4.0.6 ドキュメント 4976
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... neither supports them. fields ¶ Index. fields ¶ A list or tuple of the name of the fields on which the in ... ed in the same tablespace as the table. 参考 For a list of PostgreSQL-specific indexes, see django.contrib ... s. include ¶ Index. include ¶ New in Django 3.2. A list or tuple of the names of the fields to be included ...
https://man.plustar.jp/django/ref/models/indexes.html - [similar]
django.urls functions for use in URLconfs — Django 4.0.6 ドキュメント 4976
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ( module , namespace = None ) ¶ include ( pattern_list ) include ( (pattern_list , app_namespace) , names ... mespace for the URL entries being included pattern_list -- Iterable of path() and/or re_path() instances. ...
https://man.plustar.jp/django/ref/urls.html - [similar]
Django 1.8.5 リリースノート — Django 4.0.6 ドキュメント 4976
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 95 ). Fixed crash when using a value in ModelAdmin.list_display that clashed with a reverse field on the m ... custom queryset chaining with values() and values_list() ( #20625 ). Moved the unsaved model instance ass ...
https://man.plustar.jp/django/releases/1.8.5.html - [similar]
Django 3.0.7 リリースノート — Django 4.0.6 ドキュメント 4976
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n in Django 3.0 where QuerySet.values() and values_list() crashed if a queryset contained an aggregation a ... n in Django 3.0 where QuerySet.values() and values_list() crashed if a queryset contained an aggregation a ...
https://man.plustar.jp/django/releases/3.0.7.html - [similar]
django.core.management.base — Django 4.0.6 ドキュメント 4934
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ions in the database. ``requires_system_checks`` A list or tuple of tags, e.g. [Tags.staticfiles, Tags.mod ... `` from ``handle()``, where ``app_configs`` is the list of application's configuration provided by the app ... Use '__all__' instead of True, and [] (an empty " "list) instead of False." , RemovedInDjango41Warning , ) ... not isinstance ( self . requires_system_checks , ( list , tuple )) and self . requires_system_checks != AL ...
https://man.plustar.jp/django/_modules/django/core/management/base.html - [similar]
Related objects reference — Django 4.0.6 ドキュメント 4934
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... some custom logic when a relationship is created, listen to the m2m_changed signal, which will trigger pr ... () which means no model save() methods are called; listen to the m2m_changed signal if you wish to execute ... ne ) ¶ Replace the set of related objects: >>> new_list = [ obj1 , obj2 , obj3 ] >>> e . related_set . set ... ( new_list ) This method accepts a clear argument to control ...
https://man.plustar.jp/django/ref/models/relations.html - [similar]
Django 1.0.1 リリースノート — Django 4.0.6 ドキュメント 4934
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d forms. Fixed support for sorting an admin change list based on a callable attributes in list_display . A ...
https://man.plustar.jp/django/releases/1.0.1.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 NEXT