検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 125 for many (0.051 sec.)
複数のデータベース — Django 4.0.6 ドキュメント 6953
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ly a validation operation, used by foreign key and many to many operations to determine if a relation shou ... r it might be an instance that is being added in a many-to-many relation. In some cases, no instance hint ... ing = self . using , ** kwargs ) def formfield_for_manytomany ( self , db_field , request , ** kwargs ): # ... Tell Django to populate ManyToMany widgets using a query # on the 'other' datab ...
https://man.plustar.jp/django/topics/db/multi-db.html - [similar]
Django 2.0 リリースノート — Django 4.0.6 ドキュメント 6511
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... w using a Select2 search widget for ForeignKey and ManyToManyField . django.contrib.auth ¶ The default ite ... GenericSitemap constructor. キャッシュ ¶ cache.set_many() now returns a list of keys that failed to be ins ... f hasattr ( base , '_meta' ): base . _meta . local_many_to_many = [] model . _meta . local_many_to_many = ... ました。 逆参照外部キー (reverse foreign key) または many-to-many リレーションに対する値の直接代入のサポート ...
https://man.plustar.jp/django/releases/2.0.html - [similar]
Django 1.8.5 リリースノート — Django 4.0.6 ドキュメント 6437
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ( #25421 ). Fixed incorrect queries with multiple many-to-many fields on a model with the same 'to' model ...
https://man.plustar.jp/django/releases/1.8.5.html - [similar]
クエリを作成する — Django 4.0.6 ドキュメント 6437
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ield ( default = date . today ) authors = models . ManyToManyField ( Author ) number_of_comments = models ... jango はデータベースを操作しません。 ForeignKey と ManyToManyField フィールドを扱う ¶ Updating a ForeignKe ... >>> entry . blog = cheese_blog >>> entry . save () ManyToManyField に対する更新は通常のフィールド更新とは少 ... ( name = "Joe" ) >>> entry . authors . add ( joe ) ManyToManyField に対して複数のレコードを一度に追加するに ...
https://man.plustar.jp/django/topics/db/queries.html - [similar]
Django 1.4 release notes — Django 4.0.6 ドキュメント 6364
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t in significant performance increases if you have many objects. Django makes use of this internally, mean ... joins in Python, not in the database, and supports many-to-many relationships, GenericForeignKey and more. ... rse) if objects on your primary QuerySet each have many related objects that you also need to fetch. Impro ... ose actions for which the user has permission. For ManyToMany relationships with an auto-created intermedi ...
https://man.plustar.jp/django/releases/1.4.html - [similar]
モデルからフォームを作成する — Django 4.0.6 ドキュメント 6364
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... はフォーム上で CharField として表現されます。モデル ManyToManyField は MultipleChoiceField として表現されま ... essField GenericIPAddressField JSONField JSONField ManyToManyField ModelMultipleChoiceField (以下を参照) P ... UUIDField お気付きかもしれませんが、 ForeignKey と ManyToManyField の 2 つのモデルフィールドは特殊なケース ... ルの QuerySet を選択肢として持つ ChoiceField です。 ManyToManyField は django.forms.ModelMultipleChoiceFiel ...
https://man.plustar.jp/django/topics/forms/modelforms.html - [similar]
Django Deprecation Timeline — Django 4.0.6 ドキュメント 6278
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... for direct assignment to a reverse foreign key or many-to-many relation will be removed. The get_srid() a ... t_all_related_objects_with_model() get_all_related_many_to_many_objects() get_all_related_m2m_objects_with ... or append to user-provided help_text in forms for ManyToMany model fields will not be performed by Django ... moved in favor of a generic email backend API. The many to many SQL generation functions on the database b ...
https://man.plustar.jp/django/internals/deprecation.html - [similar]
Django 1.8.1 リリースノート — Django 4.0.6 ドキュメント 6278
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ( #24584 ). Fixed a migration crash when altering ManyToManyField s ( #24513 ). Fixed a crash with QueryS ... igration crash when renaming the target model of a many-to-many relation ( #24725 ). Removed flushing of t ...
https://man.plustar.jp/django/releases/1.8.1.html - [similar]
Django 1.9.1 リリースノート — Django 4.0.6 ドキュメント 6278
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... branch. Fixed migrate --fake-initial detection of many-to-many tables ( #25922 ). Restored the functional ...
https://man.plustar.jp/django/releases/1.9.1.html - [similar]
Django 2.2.1 リリースノート — Django 4.0.6 ドキュメント 6278
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tent behavior of count() and exists() on a reverse many-to-many relationship with a custom manager ( #3032 ...
https://man.plustar.jp/django/releases/2.2.1.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT