検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 16 for rollback (0.028 sec.)
django.db.transaction — Django 4.0.6 ドキュメント 13672
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... onnection ( using ) . commit () [ドキュメント] def rollback ( using = None ): """Roll back a transaction.""" g ... et_connection ( using ) . rollback () [ドキュメント] def savepoint ( using = None ): ... the savepoint that will be used for the subsequent rollback or commit. """ return get_connection ( using ) . s ... avepoint () [ドキュメント] def savepoint_rollback ( sid , using = None ): """ Roll back the most rec ...
https://man.plustar.jp/django/_modules/django/db/transaction.html - [similar]
データベースのトランザクション — Django 4.0.6 ドキュメント 12753
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... odel's fields won't be reverted when a transaction rollback happens. This could lead to an inconsistent model ... , atomic disables some APIs. Attempting to commit, roll back, or change the autocommit state of the database c ... . If an exception occurs, Django will perform the rollback when exiting the first parent block with a savepoi ... r the outer transaction is committed, but not if a rollback to that savepoint or any previous savepoint occurr ...
https://man.plustar.jp/django/topics/db/transactions.html - [similar]
テストツール — Django 4.0.6 ドキュメント 8196
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ty for test code to test the effects of commit and rollback: A TransactionTestCase resets the database after t ... tables. A TransactionTestCase may call commit and rollback and observe the effects of these calls on the data ... k at the end of the test. This guarantees that the rollback at the end of the test restores the database to it ... stCase running on a database that does not support rollback (e.g. MySQL with the MyISAM storage engine), and a ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
Django 4.0 release notes — Django 4.0.6 ドキュメント 8109
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... state serialized to allow usage of the serialized_rollback feature. Django test runner now supports a --buffe ... be inferred from the databases with the serialized_rollback option enabled. The undocumented django.utils.base ...
https://man.plustar.jp/django/releases/4.0.html - [similar]
Advanced testing topics — Django 4.0.6 ドキュメント 8075
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... state serialized to allow usage of the serialized_rollback feature. If it's not provided, it defaults to alia ... if you don't have any test classes with serialized_rollback=True . If you are using the default test runner, y ...
https://man.plustar.jp/django/topics/testing/advanced.html - [similar]
テストを書いて実行する — Django 4.0.6 ドキュメント 8075
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... on a per-testcase basis by setting the serialized_rollback option to True in the body of the TestCase or Tran ... d data from being loaded twice, setting serialized_rollback=True disables the post_migrate signal when flushin ...
https://man.plustar.jp/django/topics/testing/overview.html - [similar]
索引 — Django 4.0.6 ドキュメント 8040
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... go.views.generic.base.RedirectView のメソッド) get_rollback() (django.db.transaction モジュール) get_script_pr ... ) ring (GEOSGeometry の属性) rjust template filter rollback() (django.db.transaction モジュール) root_attribut ... mit() (django.db.transaction モジュール) savepoint_rollback() (django.db.transaction モジュール) Scale (django ... tBaseUser のメソッド) (models.User のメソッド) set_rollback() (django.db.transaction モジュール) set_signed_co ...
https://man.plustar.jp/django/genindex.html - [similar]
ロギング — Django 4.0.6 ドキュメント 8005
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 、トランザクション管理のクエリ(例: BEGIN , BOMMIT , ROLLBACK )は含まれません。全てのデータベースクエリを見たい ...
https://man.plustar.jp/django/ref/logging.html - [similar]
Django 1.1 リリースノート — Django 4.0.6 ドキュメント 8005
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to get around test case errors revealed by the new rollback approach; in the long-term tests should be rewritt ...
https://man.plustar.jp/django/releases/1.1.html - [similar]
マイグレーション操作 — Django 4.0.6 ドキュメント 7971
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... いるか不明な場合、 django.db.connection.features.can_rollback_ddl 属性を確認してください。 もし RunPython 操作が ...
https://man.plustar.jp/django/ref/migration-operations.html - [similar]
PREV 1 2 NEXT