検索

phrase: max: clip:
target: order:
Results of 201 - 210 of about 570 for update (0.078 sec.)
Django 4.0.3 release notes — Django 4.0.6 ドキュメント 3884
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... , next , Bugfixes , when , user クイック検索 Last update: 2022年6月01日 « previous | up | next » ...
https://man.plustar.jp/django/releases/4.0.3.html - [similar]
Djangoの認証システムを使用する — Django 4.0.6 ドキュメント 3884
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ge_password view in the django.contrib.auth admin, update the session with the new password hash so that a u ... ge view and wish to have similar behavior, use the update_session_auth_hash() function. update_session_auth_ ... ¶ This function takes the current request and the updated user object from which the new session hash will ... be derived and updates the session hash appropriately. It also rotates t ...
https://man.plustar.jp/django/topics/auth/default.html - [similar]
Django's cache framework — Django 4.0.6 ドキュメント 3884
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... site. You'll need to add 'django.middleware.cache.UpdateCacheMiddleware' and 'django.middleware.cache.Fetch ... s example: MIDDLEWARE = [ 'django.middleware.cache.UpdateCacheMiddleware' , 'django.middleware.common.Common ... heMiddleware' , ] 注釈 No, that's not a typo: the "update" middleware must be first in the list, and the "fe ... ached GET response for HEAD request. Additionally, UpdateCacheMiddleware automatically sets a few headers in ...
https://man.plustar.jp/django/topics/cache.html - [similar]
モデルとデータベース — Django 4.0.6 ドキュメント 3884
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... トピック , usage , インストール クイック検索 Last update: 2022年6月01日 « previous | up | next » ...
https://man.plustar.jp/django/topics/db/index.html - [similar]
素の SQL 文の実行 — Django 4.0.6 ドキュメント 3884
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... す:きれいにモデルにマップできないクエリを扱ったり、 UPDATE 、 INSERT あるいは DELETE を直接実行したりする必要 ... ection . cursor () as cursor : cursor . execute ( "UPDATE bar SET foo = 1 WHERE baz = %s " , [ self . baz ]) ... arams , テーブル , Person , 処理 クイック検索 Last update: 2022年6月01日 « previous | up | next » ...
https://man.plustar.jp/django/topics/db/sql.html - [similar]
External packages — Django 4.0.6 ドキュメント 3884
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... コメント , utilities , Localflavor クイック検索 Last update: 2022年6月01日 « previous | up | next » ...
https://man.plustar.jp/django/topics/external-packages.html - [similar]
HTTP リクエストのハンドリング — Django 4.0.6 ドキュメント 3884
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ッチャ , generic , 検索 , クイック クイック検索 Last update: 2022年6月01日 « previous | up | next » ...
https://man.plustar.jp/django/topics/http/index.html - [similar]
django.middleware.clickjacking — Django 4.0.6 ドキュメント 3793
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... E_OPTIONS" , "DENY" ) . upper () クイック検索 Last update: 2022年6月01日 up ...
https://man.plustar.jp/django/_modules/django/middleware/clickjacking.html - [similar]
django.utils.encoding — Django 4.0.6 ドキュメント 3793
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s. _hexdig = "0123456789ABCDEFabcdef" _hextobyte . update ( {( a + b ) . encode (): bytes . fromhex ( a + b ... NCODING = get_system_encoding () クイック検索 Last update: 2022年6月01日 up ...
https://man.plustar.jp/django/_modules/django/utils/encoding.html - [similar]
django.utils.safestring — Django 4.0.6 ドキュメント 3793
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... fe , s ) return SafeString ( s ) クイック検索 Last update: 2022年6月01日 up ...
https://man.plustar.jp/django/_modules/django/utils/safestring.html - [similar]