Results of 1 - 10 of about 87 for Adding (0.024 sec.)
- Django 1.7.2 release notes — Django 4.0.6 ドキュメント 14139
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
.db_table ( #23630 ). Fixed a migration crash when adding an explicit id field to a model on SQLite ( #23702 ...
e default ( #23738 ). Fixed a migration crash when adding GeometryField s with blank=True on PostGIS ( #2373 ...
cters ( #23946 ). Fixed serialization of type when adding a deconstruct() method ( #23950 ). Prevented the d ...
er on all responses ( #23939 ). Fixed a crash when adding blank=True to TextField() on MySQL ( #23920 ). Fix ...
-
https://man.plustar.jp/django/releases/1.7.2.html
- [similar]
- Database migration operations — Django 4.0.6 ドキュメント 12311
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
or AddField operation that involves HStoreField by adding a migration with the HStoreExtension operation. Fo ...
= [ HStoreExtension (), ... ] The operation skips adding the extension if it already exists. For most exten ...
hout locking out writes. This option is useful for adding or removing an index in a live production database ...
inside a transaction (see non-atomic migration ). Adding constraints without enforcing validation ¶ New in ...
-
https://man.plustar.jp/django/ref/contrib/postgres/operations.html
- [similar]
- 多対多 (many-to-many) 関係 — Django 4.0.6 ドキュメント 10281
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
add ( p1 , p2 ) >>> a2 . publications . add ( p3 ) Adding a second time is OK, it will not duplicate the rel ...
ation: >>> a2 . publications . add ( p3 ) Adding an object of the wrong type raises TypeError : >>> ...
ily>]> >>> p2 . article_set . all () <QuerySet []> Adding via the 'other' end of an m2m: >>> a4 = Article ( ...
. all () <QuerySet [<Publication: Science News>]> Adding via the other end using keywords: >>> new_article ...
-
https://man.plustar.jp/django/topics/db/examples/many_to_many.html
- [similar]
- Django 1.8.9 リリースノート — Django 4.0.6 ドキュメント 9260
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ct index handling in migrations on PostgreSQL when adding db_index=True or unique=True to a CharField or Tex ...
ng one of them from a field that had both, or when adding unique=True to a field already listed in unique_to ...
-
https://man.plustar.jp/django/releases/1.8.9.html
- [similar]
- Django 1.11.2 リリースノート — Django 4.0.6 ドキュメント 8857
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
( #28197 ). Fixed a regression where Model._state.adding wasn't set correctly on multi-table inheritance pa ...
ains non-ASCII ( #28204 ). Prevented Subquery from adding an unnecessary CAST which resulted in invalid SQL ...
-
https://man.plustar.jp/django/releases/1.11.2.html
- [similar]
- Django 2.2.1 リリースノート — Django 4.0.6 ドキュメント 8440
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ed a migration crash on Oracle and PostgreSQL when adding a check constraint with a contains , startswith , ...
Fixed a migration crash on Oracle and SQLite when adding a check constraint with condition contains | ( OR ...
-
https://man.plustar.jp/django/releases/2.2.1.html
- [similar]
- モデルインスタンスリファレンス — Django 4.0.6 ドキュメント 8238
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
g the new model, the from_db() method must set the adding and db flags in the new instance's _state attribut ...
] instance = cls ( * values ) instance . _state . adding = False instance . _state . db = db # customizatio ...
'creator_id' is deferred). if not self . _state . adding and ( self . creator_id != self . _loaded_values [ ...
nstance. The ModelState object has two attributes: adding , a flag which is True if the model has not been s ...
-
https://man.plustar.jp/django/ref/models/instances.html
- [similar]
- メッセージフレームワーク — Django 4.0.6 ドキュメント 8037
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ecorded level functions, see Message levels above. Adding extra message tags ¶ For more direct control over ...
ot hide failures that may occur for other reasons. Adding messages in class-based views ¶ class views. Succe ...
する Changing the minimum recorded level per-request Adding extra message tags Failing silently when the messa ...
ge framework is disabled Adding messages in class-based views Expiration of messag ...
-
https://man.plustar.jp/django/ref/contrib/messages.html
- [similar]
- Django 1.9.2 リリースノート — Django 4.0.6 ドキュメント 8037
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ct index handling in migrations on PostgreSQL when adding db_index=True or unique=True to a CharField or Tex ...
ng one of them from a field that had both, or when adding unique=True to a field already listed in unique_to ...
-
https://man.plustar.jp/django/releases/1.9.2.html
- [similar]
- Triaging tickets — Django 4.0.6 ドキュメント 7634
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
could be improved. Alice updates the pull request, adding tests (but not changing the implementation). She r ...
ey are enhancement requests that we might consider adding someday to the framework if an excellent patch is ...
ld be categorized by type between: New Feature For adding something new. Bug For when an existing thing is b ...
-
https://man.plustar.jp/django/internals/contributing/triaging-tickets.html
- [similar]