検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 125 for many (0.035 sec.)
Django 1.6.8 release notes — Django 4.0.6 ドキュメント 7850
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 1.6.6 security release. Bugfixes ¶ Allowed related many-to-many fields to be referenced in the admin ( #23 ... lease , notes , next , トピック , admin , fields , many , Allowed , Bugfixes , up クイック検索 Last update ...
https://man.plustar.jp/django/releases/1.6.8.html - [similar]
Django 1.4.16 release notes — Django 4.0.6 ドキュメント 7777
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ersions with GeoDjango. Bugfixes ¶ Allowed related many-to-many fields to be referenced in the admin ( #23 ... ease notes 関連キーワード release , notes , next , many , fields , admin , Allowed , Bugfixes , up , previ ...
https://man.plustar.jp/django/releases/1.4.16.html - [similar]
Django 1.7.1 release notes — Django 4.0.6 ドキュメント 7777
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... es several bugs in 1.7. Bugfixes ¶ Allowed related many-to-many fields to be referenced in the admin ( #23 ... . Fixed renaming of models with a self-referential many-to-many field ( ManyToManyField('self') ) ( #23503 ... lease , notes , Added , crash , when , Made , zh , many クイック検索 Last update: 2022年6月01日 « previous ...
https://man.plustar.jp/django/releases/1.7.1.html - [similar]
Django 3.2.6 release notes — Django 4.0.6 ドキュメント 7703
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... system check would crash on a model with a reverse many-to-many relation inherited from a parent class ( # ... e , notes , up , crash , Fixed , Bugfixes , next , many , トピック , previous クイック検索 Last update: 20 ...
https://man.plustar.jp/django/releases/3.2.6.html - [similar]
データベースアクセスの最適化 — Django 4.0.6 ドキュメント 7703
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ly. For example, assuming a Group model that has a many-to-many relation to User , the following code is o ... case. Insert in bulk ¶ When inserting objects into ManyToManyFields , use add() with multiple objects to r ... dd ( my_friend ) ...where Bands and Artists have a many-to-many relationship. When inserting different pai ... rs of objects into ManyToManyField or when the custom through table is def ...
https://man.plustar.jp/django/topics/db/optimization.html - [similar]
Django's cache framework — Django 4.0.6 ドキュメント 7629
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tetime(2014, 12, 11, 0, 15, 49, 457920) cache. get_many ( keys , version = None ) ¶ There's also a get_man ... y() interface that only hits the cache once. get_many() returns a dictionary with all the keys you asked ... , 2 ) >>> cache . set ( 'c' , 3 ) >>> cache . get_many ([ 'a' , 'b' , 'c' ]) {'a': 1, 'b': 2, 'c': 3} cac ... he. set_many ( dict , timeout ) ¶ To set multiple values more e ...
https://man.plustar.jp/django/topics/cache.html - [similar]
Tablespaces — Django 4.0.6 ドキュメント 7629
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tion also affects tables automatically created for ManyToManyField s in the model. You can use the DEFAULT ... ls . CharField ( max_length = 7 ) edges = models . ManyToManyField ( to = "self" , db_tablespace = "indexe ... lespaceExample model (i.e. the model table and the many-to-many table) would be stored in the tables table ... he index for the name field and the indexes on the many-to-many table would be stored in the indexes table ...
https://man.plustar.jp/django/topics/db/tablespaces.html - [similar]
Django の admin サイト — Django 4.0.6 ドキュメント 7334
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . ModelAdmin. filter_horizontal ¶ デフォルトでは、 ManyToManyField は <select multiple> で admin サイトで表 ... クスは、たくさんのアイテムを選択するには不向きです。 ManyToManyField をこのリストに加えると、代わりにかっこよ ... 警告 リレーションフィールド (例えば ForeignKey や ManyToManyField ) でカスタムウィジェットを使用したいとき ... ango は関係オブジェクトの __str__() を表示します。 ManyToManyField フィールドは、テーブル内で各行に対して個 ...
https://man.plustar.jp/django/ref/contrib/admin/index.html - [similar]
Signals — Django 4.0.6 ドキュメント 7101
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... es a set of signals sent by the model system. 警告 Many of these signals are sent by various model methods ... jango.db.models.signals. m2m_changed ¶ Sent when a ManyToManyField is changed on a model instance. Strictl ... this is not a model signal since it is sent by the ManyToManyField , but since it complements the pre_save ... sender The intermediate model class describing the ManyToManyField . This class is automatically created w ...
https://man.plustar.jp/django/ref/signals.html - [similar]
Signals — Django 4.0.6 ドキュメント 7027
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... on has taken place. They're especially useful when many pieces of code may be interested in the same event ... . django.db.models.signals.m2m_changed Sent when a ManyToManyField on a model is changed. django.core.sign ... s sent by specific senders ¶ Some signals get sent many times, but you'll only be interested in receiving ... o be registered more than once, and thus called as many times for a signal event. For example, the ready() ...
https://man.plustar.jp/django/topics/signals.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT