検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 570 for update (0.075 sec.)
Django 1.11.5 リリースノート — Django 4.0.6 ドキュメント 6026
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... estored. Unfortunately, it necessarily requires an update to Oracle tables created with Django 1.11.[1-4]. U ... se the upgrade script in #28451 comment 8 to update sequence and trigger names to use the pre-1.11 nam ... スノート 関連キーワード Fixed , page , regression , update , debug , technical , scheme , naming , Added , se ... quence クイック検索 Last update: 2022年6月01日 « previous | up | next » ...
https://man.plustar.jp/django/releases/1.11.5.html - [similar]
Django 2.0.9 リリースノート — Django 4.0.6 ドキュメント 6026
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Bugfixes ¶ データ損失に繋がる可能性がある QuerySet.update_or_create() の競合状態を修正しました ( #29499 )。 ... fixes , トピック , previous , up , next , データ , update , 修正 , クイック クイック検索 Last update: 2022年 ...
https://man.plustar.jp/django/releases/2.0.9.html - [similar]
データベースアクセスの最適化 — Django 4.0.6 ドキュメント 6026
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... would each cause additional queries. Use QuerySet.update() and delete() ¶ Rather than retrieve a load of ob ... e values, and save them individual, use a bulk SQL UPDATE statement, via QuerySet.update() . Similarly, do b ... tes where possible. Note, however, that these bulk update methods cannot call the save() or delete() methods ... , so make sure it's appropriate for your use case. Update in bulk ¶ When updating objects, where possible, u ...
https://man.plustar.jp/django/topics/db/optimization.html - [similar]
Django 1.4 release notes — Django 4.0.6 ドキュメント 5935
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... A number of ORM improvements, including SELECT FOR UPDATE support , the ability to bulk insert large dataset ... ovements , and simple clickjacking protection . An updated default project layout and manage.py that removes ... umentation for more details and concrete examples. Updated default project layout and manage.py ¶ Django 1.4 ... ships with an updated default project layout and manage.py file for the ...
https://man.plustar.jp/django/releases/1.4.html - [similar]
Django 2.2.11 release notes — Django 4.0.6 ドキュメント 5935
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ¶ Fixed a data loss possibility in the select_for_update() . When using related fields or parent link field ... ance , injection , Potential , トピック , fields , update , Bugfixes クイック検索 Last update: 2022年6月01日 ...
https://man.plustar.jp/django/releases/2.2.11.html - [similar]
Django 1.8.1 リリースノート — Django 4.0.6 ドキュメント 5852
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... anyField s ( #24513 ). Fixed a crash with QuerySet.update() on foreign keys to one-to-one fields ( #24578 ). ... admindocs ( #24625 ). Fixed a crash with QuerySet.update() on foreign keys to instances with uuid primary k ... SQLite 3.8.9 (released April 8, 2015) ( #24637 ). Updated urlpatterns examples generated by startproject to ... gration , migrations , filter , fields , foreign , update クイック検索 Last update: 2022年6月01日 « previous ...
https://man.plustar.jp/django/releases/1.8.1.html - [similar]
データベース — Django 4.0.6 ドキュメント 5761
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ning a value to an auto-incrementing field doesn't update the field's sequence, which might later cause a co ... = 1 ) <User: alice> >>> # The sequence hasn't been updated; its next value is 1. >>> User . objects . create ... isting database, it's up to you to either manually update the column on the target database, by executing a ... o local time. Row locking with QuerySet.select_for_update() ¶ MySQL and MariaDB do not support some options ...
https://man.plustar.jp/django/ref/databases.html - [similar]
Django 1.10.4 release notes — Django 4.0.6 ドキュメント 5670
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lti-table inheritance ( #27407 ). Fixed a QuerySet.update() crash on SQLite when updating a DateTimeField wi ... when , Prevented , Fixed , パスワード , Bugfixes , update , from , next クイック検索 Last update: 2022年6月0 ...
https://man.plustar.jp/django/releases/1.10.4.html - [similar]
Conditional Expressions — Django 4.0.6 ドキュメント 5489
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... gic within filters, annotations, aggregations, and updates. A conditional expression evaluates a series of c ... n annotations, aggregations, filters, lookups, and updates. They can also be combined and nested with other ... to make powerful conditional queries. Conditional update ¶ Let's say we want to change the account_type for ... can do this using a conditional expression and the update() method: >>> a_month_ago = date . today () - time ...
https://man.plustar.jp/django/ref/models/conditional-expressions.html - [similar]
Generic editing ビュー — Django 4.0.6 ドキュメント 5398
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .generic.edit.CreateView django.views.generic.edit.UpdateView django.views.generic.edit.DeleteView 参考 The ... current object instance ( self.object ) to None . UpdateView ¶ class django.views.generic.edit. UpdateView ... emplateResponseMixin django.views.generic.edit.BaseUpdateView django.views.generic.edit.ModelFormMixin djang ... template_name_suffix ¶ GET リクエストに描画された UpdateView のページは、 '_form' の template_name_suffix を ...
https://man.plustar.jp/django/ref/class-based-views/generic-editing.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT