検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 35 for commit (0.062 sec.)
索引 — Django 4.0.6 ドキュメント 7192
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eFormSet の属性) capfirst template filter captureOnCommitCallbacks() (TestCase のクラスメソッド) CASCADE (dj ... .forms のクラス) CommandError comment template tag commit() (django.db.transaction モジュール) CommonMiddlew ... ting DATABASE-ATOMIC_REQUESTS setting DATABASE-AUTOCOMMIT setting DATABASE-DISABLE_SERVER_SIDE_CURSORS setti ... ソッド) get_app_configs() (apps のメソッド) get_autocommit() (django.db.transaction モジュール) get_autocompl ...
https://man.plustar.jp/django/genindex.html - [similar]
Organization of the Django Project — Django 4.0.6 ドキュメント 7192
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... oard acting with the input of the DSF's Fellowship committee, may suggest a person for consideration. The te ... lified due to actions taken by the Code of Conduct committee of the Django Software Foundation. A vote of th ... oard acting with the input of the DSF's Fellowship committee, may suggest a person for consideration. The te ... lified due to actions taken by the Code of Conduct committee of the Django Software Foundation. A vote of th ...
https://man.plustar.jp/django/internals/organization.html - [similar]
Django への初めてのパッチを書く — Django 4.0.6 ドキュメント 7192
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ミットするには、次のコマンドを実行します。   $ git commit ...\> git commit すると、コミットメッセージを入力す ...
https://man.plustar.jp/django/intro/contributing.html - [similar]
Django 1.6 release notes — Django 4.0.6 ドキュメント 7192
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tion management was overhauled. Database-level autocommit is now turned on by default. This makes transactio ... ment model ¶ Behavior changes ¶ Database-level autocommit is enabled by default in Django 1.6. While this do ... st the expected number of queries accordingly. Autocommit option for PostgreSQL ¶ In previous versions, data ... base-level autocommit was only an option for PostgreSQL, and it was disa ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
Writing documentation — Django 4.0.6 ドキュメント 7144
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rything fits together. Spelling check ¶ Before you commit your docs, it's a good idea to run the spelling ch ...
https://man.plustar.jp/django/internals/contributing/writing-documentation.html - [similar]
フォームセット (Formset) — Django 4.0.6 ドキュメント 7144
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... you call formset.save() . If you call formset.save(commit=False) , objects will not be deleted automatically ... ally delete them: >>> instances = formset . save ( commit = False ) >>> for obj in formset . deleted_objects ...
https://man.plustar.jp/django/topics/forms/formsets.html - [similar]
GeoDjango Tutorial — Django 4.0.6 ドキュメント 7113
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... y_id" ON "world_worldborder" USING GIST ("mpoly"); COMMIT; If this looks correct, run migrate to create this ...
https://man.plustar.jp/django/ref/contrib/gis/tutorial.html - [similar]
マイグレーション操作 — Django 4.0.6 ドキュメント 7113
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . 警告 On PostgreSQL and SQLite, only use BEGIN or COMMIT in your SQL in non-atomic migrations , to avoid br ...
https://man.plustar.jp/django/ref/migration-operations.html - [similar]
Django 3.2 release notes — Django 4.0.6 ドキュメント 7113
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tees that changes made in the atomic block will be committed if the block exits without errors. A nested ato ... g 307 and 308 redirects. The new TestCase.captureOnCommitCallbacks() method captures callback functions pass ... ed to transaction.on_commit() in a list. This allows you to test such callback ...
https://man.plustar.jp/django/releases/3.2.html - [similar]
Django 4.0 release notes — Django 4.0.6 ドキュメント 7113
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... process for each processor core. TestCase.captureOnCommitCallbacks() now captures new callbacks added while ... executing transaction.on_commit() callbacks. Backwards incompatible changes in 4.0 ...
https://man.plustar.jp/django/releases/4.0.html - [similar]
PREV 1 2 3 4 NEXT