検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 35 for commit (0.009 sec.)
LayerMapping data import utility — Django 4.0.6 ドキュメント 7669
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... srs = None , encoding = None , transaction_mode = 'commit_on_success' , transform = True , unique = True , u ... alid encoding parameters. transaction_mode May be 'commit_on_success' (default) or 'autocommit' . transform ... ique model. Forces the transaction mode to be 'autocommit' . using Sets the database to use when importing s ... every step interval. For example, if step=1000 , a commit would occur after the 1,000th feature, the 2,000th ...
https://man.plustar.jp/django/ref/contrib/gis/layermapping.html - [similar]
マイグレーション — Django 4.0.6 ドキュメント 7463
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e historical models rather than direct imports and commit those changes. Because it's impossible to serializ ... ended process is to squash, keeping the old files, commit and release, wait until all systems are upgraded w ... hout skipping any), and then remove the old files, commit and do a second release. The command that backs al ... ns/0001_squashed_0004_undo_something.py You should commit this migration but leave the old ones in place; th ...
https://man.plustar.jp/django/topics/migrations.html - [similar]
テストツール — Django 4.0.6 ドキュメント 7431
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d the ability for test code to test the effects of commit and rollback: A TransactionTestCase resets the dat ... ncating all tables. A TransactionTestCase may call commit and rollback and observe the effects of these call ... tween test methods. classmethod TestCase. captureOnCommitCallbacks ( using = DEFAULT_DB_ALIAS , execute = Fa ... rns a context manager that captures transaction.on_commit() callbacks for the given database connection. It ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
django.core.management.base — Django 4.0.6 ドキュメント 7383
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... SQL statements, will be wrapped in ``BEGIN`` and ``COMMIT``. 4. If ``handle()`` or ``execute()`` raised any ... ill automatically be wrapped with ``BEGIN;`` and ``COMMIT;``. Default value is ``False``. ``requires_migrati ... = False # Whether to wrap the output in a "BEGIN; COMMIT;" requires_migrations_checks = False requires_syst ...
https://man.plustar.jp/django/_modules/django/core/management/base.html - [similar]
Django 1.9.7 リリースノート — Django 4.0.6 ドキュメント 7383
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... hen using lazy template names ( #26603 ). Fixed on_commit callbacks execution order when callbacks make tran ...
https://man.plustar.jp/django/releases/1.9.7.html - [similar]
Django Deprecation Timeline — Django 4.0.6 ドキュメント 7303
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ddleware , the decorators and context managers autocommit , commit_on_success , and commit_manually , define ... d in django.db.transaction , the functions commit_unless_managed and rollback_unless_managed , also ... .db.backends.creation.BaseDatabaseCreation.set_autocommit() django.db.transaction.is_managed() django.db.tra ...
https://man.plustar.jp/django/internals/deprecation.html - [similar]
Django 1.11.5 リリースノート — Django 4.0.6 ドキュメント 7303
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ¶ Fixed GEOS version parsing if the version has a commit hash at the end (new in GEOS 3.6.2) ( #28441 ). Ad ...
https://man.plustar.jp/django/releases/1.11.5.html - [similar]
How to create custom django-admin commands — Django 4.0.6 ドキュメント 7272
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... るブール値。 True の場合、出力文が自動的に BEGIN; と COMMIT; で囲まれます。デフォルトの値は False です。 BaseC ... put_transaction が True の場合、文字列は BEGIN; と COMMIT; で挟まれて出力されます)。 BaseCommand. check ( ap ...
https://man.plustar.jp/django/howto/custom-management-commands.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 7224
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Middleware the decorators and context managers autocommit , commit_on_success , and commit_manually , define ... d in django.db.transaction the functions commit_unless_managed and rollback_unless_managed , also ... .db.backends.creation.BaseDatabaseCreation.set_autocommit() django.db.transaction.is_managed() django.db.tra ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
Django の認証方法のカスタマイズ — Django 4.0.6 ドキュメント 7224
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... don't match" ) return password2 def save ( self , commit = True ): # Save the provided password in hashed f ... ormat user = super () . save ( commit = False ) user . set_password ( self . cleaned_dat ... a [ "password1" ]) if commit : user . save () return user class UserChangeForm ...
https://man.plustar.jp/django/topics/auth/customizing.html - [similar]
PREV 1 2 3 4 NEXT