Results of 1 - 10 of about 18 for GenericForeignKey (0.012 sec.)
- contenttypes フレームワーク — Django 4.0.6 ドキュメント 15476
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
so: from django.contrib.contenttypes.fields import GenericForeignKey from django.contrib.contenttypes.models import Con ...
models . PositiveIntegerField () content_object = GenericForeignKey ( 'content_type' , 'object_id' ) def __str__ ( sel ...
ttypes application provides a special field type ( GenericForeignKey ) which works around this and allows the relations ...
hip to be with any model: class GenericForeignKey ¶ There are three parts to setting up a GenericFor ...
-
https://man.plustar.jp/django/ref/contrib/contenttypes.html
- [similar]
- システムチェックフレームワーク — Django 4.0.6 ドキュメント 8939
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
t a field on <model> . admin.E303 : <model> has no GenericForeignKey . admin.E304 : <model> has no GenericForeignKey us ...
owing checks are performed when a model contains a GenericForeignKey or GenericRelation : contenttypes.E001 : The Gener ...
onexistent field <field> . contenttypes.E002 : The GenericForeignKey content type references the nonexistent field <fie ...
-
https://man.plustar.jp/django/ref/checks.html
- [similar]
- Django 1.11.9 リリースノート — Django 4.0.6 ドキュメント 8716
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ble ( #28876 ). Fixed a regression in caching of a GenericForeignKey when the referenced model instance uses more than ...
-
https://man.plustar.jp/django/releases/1.11.9.html
- [similar]
- Django 1.11.8 リリースノート — Django 4.0.6 ドキュメント 8613
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ast ( #28702 ). Fixed a regression in caching of a GenericForeignKey when the referenced model instance uses multi-tabl ...
-
https://man.plustar.jp/django/releases/1.11.8.html
- [similar]
- Django 1.8.5 リリースノート — Django 4.0.6 ドキュメント 8510
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
queries ( #24525 ). Fixed a migrations crash with GenericForeignKey ( #25040 ). Made translation.override() clear the ...
-
https://man.plustar.jp/django/releases/1.8.5.html
- [similar]
- Django 1.7 release notes — Django 4.0.6 ドキュメント 8390
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
of the related managers created by ForeignKey and GenericForeignKey now accept the bulk keyword argument to control wh ...
ds of the related managers created by ForeignKey , GenericForeignKey , and ManyToManyField suffered from a number of is ...
ous behavior. The remove() and clear() methods for GenericForeignKey related managers now perform bulk delete. The Mode ...
contrib.contenttypes.generic module is deprecated: GenericForeignKey and GenericRelation now live in fields . BaseGener ...
-
https://man.plustar.jp/django/releases/1.7.html
- [similar]
- Django 2.0.1 リリースノート — Django 4.0.6 ドキュメント 8390
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ble ( #28876 ). Fixed a regression in caching of a GenericForeignKey when the referenced model instance uses more than ...
-
https://man.plustar.jp/django/releases/2.0.1.html
- [similar]
- Django 3.0.3 リリースノート — Django 4.0.6 ドキュメント 8390
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
た ( #31124 )。 カスタム ContentType 外部キーを持つ GenericForeignKey に対する``QuerySet.prefetch_related()`` がクラッシ ...
-
https://man.plustar.jp/django/releases/3.0.3.html
- [similar]
- Django 1.9 リリースノート — Django 4.0.6 ドキュメント 8184
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
go.contrib.contenttypes ¶ order_with_respect_to が GenericForeignKey とともに使用できるようになりました。 django.contri ...
od to the related managers created by ForeignKey , GenericForeignKey , and ManyToManyField . The add() method on a reve ...
of the related managers created by ForeignKey and GenericForeignKey changed from a series of Model.save() calls to a s ...
-
https://man.plustar.jp/django/releases/1.9.html
- [similar]
- QuerySet API リファレンス — Django 4.0.6 ドキュメント 8064
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
んでおけるようになります。また、 GenericRelation や GenericForeignKey の事前読み込みも可能となりますが、使用できるのは結 ...
果が同種の場合に限ります。例えば、 GenericForeignKey が参照するオブジェクトの事前読み込みは、クエリが 1 ...
モリと CPU の両方を節約します。 prefetch_related は GenericForeignKey リレーションシップの事前読み込みをサポートしますが ...
、クエリ数はデータに依存します。 GenericForeignKey は複数のテーブルでデータを参照できるので、すべての ...
-
https://man.plustar.jp/django/ref/models/querysets.html
- [similar]