検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 38 for relation (0.133 sec.)
Django 1.8.3 リリースノート — Django 4.0.6 ドキュメント 7295
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 7 ). Fixed a crash when using a reverse one-to-one relation in ModelAdmin.list_display ( #24851 ). Fixed quoti ... leting a model through the admin that has a GenericRelation with a related_query_name ( #24940 ). Reallowed no ...
https://man.plustar.jp/django/releases/1.8.3.html - [similar]
How to configure and use logging — Django 4.0.6 ドキュメント 7170
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... can forward messages to multiple handlers, so the relation between loggers and handlers is many-to-many. If y ...
https://man.plustar.jp/django/howto/logging.html - [similar]
Django Deprecation Timeline — Django 4.0.6 ドキュメント 7170
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... will be required. django.db.models.fields.add_lazy_relation() will be removed. When time zone support is enabl ... ssignment to a reverse foreign key or many-to-many relation will be removed. The get_srid() and set_srid() met ...
https://man.plustar.jp/django/internals/deprecation.html - [similar]
Django の admin サイト — Django 4.0.6 ドキュメント 7170
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... an instance of your model (see Fields which handle relationships ). For example: class CountryAdminForm ( form ... を扱う ¶ By default, admin widgets for many-to-many relations will be displayed on whichever model contains the ... e = 'groups' ) If you want to display many-to-many relations using an inline, you can do so by defining an Inl ... ineModelAdmin object for the relationship: from django.contrib import admin class Member ...
https://man.plustar.jp/django/ref/contrib/admin/index.html - [similar]
クラスベースのビューでフォームを扱う — Django 4.0.6 ドキュメント 7170
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... m ModelForm to do this. First, add the foreign key relation to the model: models.py ¶ from django.contrib.auth ...
https://man.plustar.jp/django/topics/class-based-views/generic-editing.html - [similar]
索引 — Django 4.0.6 ドキュメント 7028
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ow_future (DateMixin の属性) allow_migrate() allow_relation() allow_unicode (SlugField の属性) , [1] AllowAllU ... 性) condition (ExclusionConstraint の属性) (FilteredRelation の属性) (Index の属性) (UniqueConstraint の属性) c ... erable (Expression の属性) (Window の属性) FilteredRelation (django.db.models のクラス) final_catch_all_view ( ... db.models のクラス) (django.forms のクラス) GenericRelation (django.contrib.contenttypes.fields のクラス) Gene ...
https://man.plustar.jp/django/genindex.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 7028
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ow propagated to their concrete class. The reverse relation attached by a ForeignKey pointing to a proxy model ... ore DurationField . select_related() prohibits non-relational fields for nested relations ¶ Django 1.8 added v ... alidation for non-relational fields in select_related() : >>> Book . objects ... back (most recent call last): ... FieldError : Non-relational field given in select_related: 'title' But it di ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 7028
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... signal to track individual changes in many-to-many relations. Direct assignment now relies on the new set() me ... ernally rely on direct assignment for many-to-many relations and as a consequence now use the new behavior. Fi ... f these changes is to provide a documented API for relation fields. GeoManager and GeoQuerySet custom methods ... tead. Private API django.db.models.fields.add_lazy_relation() is deprecated. The django.contrib.auth.tests.uti ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
Django 2.1 リリースノート — Django 4.0.6 ドキュメント 7028
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... you don't want caching. The database router allow_relation() method is called in more cases. Improperly writt ...
https://man.plustar.jp/django/releases/2.1.html - [similar]
The sitemap framework — Django 4.0.6 ドキュメント 6902
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... es change and how "important" certain pages are in relation to other pages on your site. This information help ...
https://man.plustar.jp/django/ref/contrib/sitemaps.html - [similar]
PREV 1 2 3 4 NEXT