検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 570 for update (0.073 sec.)
クエリを作成する — Django 4.0.6 ドキュメント 5042
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ame = 'New name' >>> b5 . save () この例では内部で UPDATE SQL 文が処理されます。明示的に save() が呼ばれるま ... right type to the field in question. This example updates the blog attribute of an Entry instance entry , a ... ブジェクトに、特定の値をセットしたい場合があります。 update() を使えば実現できます。例えば: # Update all the h ... try . objects . filter ( pub_date__year = 2007 ) . update ( headline = 'Everything is the same' ) このメソッ ...
https://man.plustar.jp/django/topics/db/queries.html - [similar]
Porting your apps from Django 0.96 to 1.0 — Django 4.0.6 ドキュメント 4951
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... g guide is more concerned with helping you quickly update your code. Common changes ¶ This section describes ... read about them in the admin documentation . URL ¶ Update your root urls.py ¶ If you're using the admin site ... , you need to update your root urls.py . Old (0.96) urls.py : from djan ... ettings.LOGIN_URL . APPEND_SLASH behavior has been updated ¶ In 0.96, if a URL didn't end in a slash or have ...
https://man.plustar.jp/django/releases/1.0-porting-guide.html - [similar]
Django 2.0 リリースノート — Django 4.0.6 ドキュメント 4868
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rib.postgres.indexes.GinIndex now supports the fastupdate and gin_pending_list_limit parameters. The new Gis ... eld . Added the of argument to QuerySet.select_for_update() , supported on PostgreSQL and Oracle, to lock on ... es. It may be helpful particularly when select_for_update() is used in conjunction with select_related() . T ... s or HTTP streams, for example). You might have to update your code to limit bytestring usage to a minimum, ...
https://man.plustar.jp/django/releases/2.0.html - [similar]
Django のローカライズ — Django 4.0.6 ドキュメント 4777
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a team choose the translation resource you want to update on the team page. For example the "core" resource ... y at the time of a new feature release . We try to update them a second time during one of the following pat ... に公開されます。 Once translations are published, updated versions from Transifex will be irregularly porte ... nslations for the latest stable Django release are updated. 目次 Django のローカライズ 翻訳 フォーマット ドキ ...
https://man.plustar.jp/django/internals/contributing/localizing.html - [similar]
PostgreSQL specific database functions — Django 4.0.6 ドキュメント 4777
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... unctions import RandomUUID >>> Article . objects . update ( uuid = RandomUUID ()) TransactionNow ¶ class Tra ... up , database , return , example クイック検索 Last update: 2022年6月01日 « previous | up | next » ...
https://man.plustar.jp/django/ref/contrib/postgres/functions.html - [similar]
asgiref.sync — Django 4.0.6 ドキュメント 4686
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... al ( self . __call__ , parent ) return functools . update_wrapper ( func , self . awaitable ) async def main ... will be raised. """ # If they've set ASGI_THREADS, update the default asyncio executor for now if "ASGI_THRE ... this will # be run at import time, and we want to update the main thread's loop. loop = asyncio . get_event ... sync functions." ) self . func = func functools . update_wrapper ( self , func ) self . _thread_sensitive = ...
https://man.plustar.jp/django/_modules/asgiref/sync.html - [similar]
Django 2.2.16 release notes — Django 4.0.6 ドキュメント 4686
" + 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 pointing to a proxy ... tem , file , data , loss , using クイック検索 Last update: 2022年6月01日 « previous | up | next » ...
https://man.plustar.jp/django/releases/2.2.16.html - [similar]
Django 3.0.10 release notes — Django 4.0.6 ドキュメント 4686
" + 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 pointing to a proxy ... tem , file , data , loss , using クイック検索 Last update: 2022年6月01日 « previous | up | next » ...
https://man.plustar.jp/django/releases/3.0.10.html - [similar]
Django 3.0.4 リリースノート — Django 4.0.6 ドキュメント 4686
" + 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 ... functions , next , fields , file クイック検索 Last update: 2022年6月01日 « previous | up | next » ...
https://man.plustar.jp/django/releases/3.0.4.html - [similar]
Django 1.2 リリースノート — Django 4.0.6 ドキュメント 4595
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eoQuerySet methods are new. The GEOS interface was updated to use thread-safe C library functions when avail ... hread safety considerations . You may also need to update your templates if you were relying on the implemen ... ifying a value of 0 for max_num , you will need to update your FormSet and/or admin definitions. 参考 JavaSc ... ields to django.core.validators . You will need to update your imports if you are using it. Features depreca ...
https://man.plustar.jp/django/releases/1.2.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT