検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 71 for Management (0.009 sec.)
Django Deprecation Timeline — Django 4.0.6 ドキュメント 8841
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d. Support for optparse will be dropped for custom management commands (replaced by argparse ). The class django ... .core.management.NoArgsCommand will be removed. Use BaseCommand ins ... will be removed. The --list option of the migrate management command will be removed. The ssi template tag will ... pass the --run-syncdb option to migrate . The SQL management commands for apps without migrations, sql , sqlall ...
https://man.plustar.jp/django/internals/deprecation.html - [similar]
The staticfiles app — Django 4.0.6 ドキュメント 8349
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... コマンド ¶ django.contrib.staticfiles exposes three management commands. collectstatic ¶ django-admin collectstat ... d by the INSTALLED_APPS setting. The collectstatic management command calls the post_process() method of the STA ... passes a list of paths that have been found by the management command. It also receives all command line options ... ned on a storage, it's called by the collectstatic management command after each run and gets passed the local s ...
https://man.plustar.jp/django/ref/contrib/staticfiles.html - [similar]
Django 1.5 release notes — Django 4.0.6 ドキュメント 8222
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... me() . The generic views support OPTIONS requests. Management commands do not raise SystemExit any more when cal ... ') and self.stderr.write('error') (see the note on management commands output ). The dumpdata management command ... the built-in itertools.product() instead. cleanup management command ¶ The cleanup management command has been ... script has been deprecated. Use the clearsessions management command instead. depth keyword argument in select_ ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
データベースのトランザクション — Django 4.0.6 ドキュメント 8222
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ースクエリを実行しようとすると、Django は TransactionManagementError を送出します。ORM 関連のシグナルハンドラが例外 ... lt" database. Under the hood, Django's transaction management code: opens a transaction when entering the outerm ... To avoid this, you can deactivate the transaction management , but it isn't recommended. Deactivating transacti ... on management ¶ You can totally disable Django's transaction man ...
https://man.plustar.jp/django/topics/db/transactions.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 7730
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rs of Python 2.5 and above may now use transaction management functions as context managers. For example: with t ... to handle it yourself (for instance, with a custom management command that can be run manually or scheduled to r ... (most recent call last): ... ValidationError : [u'ManagementForm data is missing or has been tampered with'] if ... ring the deprecation of such location. Transaction management ¶ When using managed transactions -- that is, anyt ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
Django 1.3.6 release notes — Django 4.0.6 ドキュメント 7491
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... if you feed your own XML documents to the loaddata management command, you will need to ensure they do not conta ... m-count data provided by the client in a formset's management form, making it possible to exhaust a server's ava ...
https://man.plustar.jp/django/releases/1.3.6.html - [similar]
Django 1.4.4 release notes — Django 4.0.6 ドキュメント 7365
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... if you feed your own XML documents to the loaddata management command, you will need to ensure they do not conta ... m-count data provided by the client in a formset's management form, making it possible to exhaust a server's ava ...
https://man.plustar.jp/django/releases/1.4.4.html - [similar]
設定 — Django 4.0.6 ドキュメント 7238
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... False if you want to disable Django's transaction management and implement your own. ENGINE ¶ デフォルト値: '' ... ed static directories when using the collectstatic management command. See collectstatic for details on overridi ... ollected static files when using the collectstatic management command. See collectstatic for details on overridi ... fix outside of the request/response cycle (e.g. in management commands and standalone scripts) to generate corre ...
https://man.plustar.jp/django/ref/settings.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 7112
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ました。 django.contrib.sessions ¶ The clearsessions management command now removes file-based sessions. django.co ... ens outside of the request/response cycle (e.g. in management commands and standalone scripts) to take FORCE_SCR ... ase that supports deferrable constraints. Built-in management commands now use indexing of keys in options , e.g ... emoved. Support for optparse is dropped for custom management commands. The class django.core.management.NoArgsC ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
Django 3.2 release notes — Django 4.0.6 ドキュメント 7112
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... error, rather than raising an exception, when the management form is missing or has been tampered with. To cust ... the error_messages argument with the key 'missing_management_form' when instantiating the formset. ジェネリック ... en settings are first loaded. This enables running management commands that do not rely on the SECRET_KEY withou ... o-faulthandler option. DiscoverRunner and the test management command can now track timings, including database ...
https://man.plustar.jp/django/releases/3.2.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT