検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 106 for save (0.107 sec.)
The "sites" framework — Django 4.0.6 ドキュメント 5460
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nd name by looking at the request's domain. It has save() and delete() methods to match the interface of S ...
https://man.plustar.jp/django/ref/contrib/sites.html - [similar]
設定 — Django 4.0.6 ドキュメント 5460
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... porary files will have a mode of 0o600 , and files saved from memory will be saved using the system's stan ... andard temporary directory for the system. SESSION_SAVE_EVERY_REQUEST ¶ デフォルト値: False Whether to sav ... alse (default), then the session data will only be saved if it has been modified -- that is, if any of its ... _EXPIRE_AT_BROWSER_CLOSE SESSION_FILE_PATH SESSION_SAVE_EVERY_REQUEST SESSION_SERIALIZER サイト SITE_ID 静 ...
https://man.plustar.jp/django/ref/settings.html - [similar]
バリデータ — Django 4.0.6 ドキュメント 5460
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 検証する にそれぞれ詳細が記載されています。モデルを save してもバリデータは自動的には呼び出されませんが、 M ...
https://man.plustar.jp/django/ref/validators.html - [similar]
Django 2.2 リリースノート — Django 4.0.6 ドキュメント 5460
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n a single query is being performed, such as Model.save() , QuerySet.update() , and Model.delete() . This ... ct_duration_field to False . DatabaseFeatures.uses_savepoints now defaults to True . Third party database ...
https://man.plustar.jp/django/releases/2.2.html - [similar]
マイグレーション — Django 4.0.6 ドキュメント 5460
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... es). 警告 This means that you will NOT have custom save() methods called on objects when you access them i ... erson . first_name , person . last_name ) person . save () class Migration ( migrations . Migration ): dep ...
https://man.plustar.jp/django/topics/migrations.html - [similar]
How to create custom django-admin commands — Django 4.0.6 ドキュメント 5396
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ot exist' % poll_id ) poll . opened = False poll . save () self . stdout . write ( self . style . SUCCESS ...
https://man.plustar.jp/django/howto/custom-management-commands.html - [similar]
はじめての Django アプリ作成、その 4 — Django 4.0.6 ドキュメント 5396
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e : selected_choice . votes += 1 selected_choice . save () # Always return an HttpResponseRedirect after s ...
https://man.plustar.jp/django/intro/tutorial04.html - [similar]
設計思想 — Django 4.0.6 ドキュメント 5396
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... が舞台裏で黙って保存するのではなく、開発者が明示的に save() を呼び出す必要があるのはこのためです。 これは se ...
https://man.plustar.jp/django/misc/design-philosophies.html - [similar]
django.contrib.auth — Django 4.0.6 ドキュメント 5396
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... が常に空です。 set_password() 、 check_password() 、 save() 、 delete() が NotImplementedError を投げます。 ...
https://man.plustar.jp/django/ref/contrib/auth.html - [similar]
GeoDjango Tutorial — Django 4.0.6 ドキュメント 5396
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rld_shp , world_mapping , transform = False ) lm . save ( strict = True , verbose = verbose ) A few notes ...
https://man.plustar.jp/django/ref/contrib/gis/tutorial.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT