検索

phrase: max: clip:
target: order:
Results of 91 - 99 of about 99 for manage (0.109 sec.)
データベースのトランザクション — Django 4.0.6 ドキュメント 5553
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... executes inside a transaction. do_stuff () context manager として使用することも可能です: from django.db impo ... ースクエリを実行しようとすると、Django は TransactionManagementError を送出します。ORM 関連のシグナルハンドラが ... lt" database. Under the hood, Django's transaction management code: opens a transaction when entering the ou ... To avoid this, you can deactivate the transaction management , but it isn't recommended. Deactivating trans ...
https://man.plustar.jp/django/topics/db/transactions.html - [similar]
Django Deprecation Timeline — Django 4.0.6 ドキュメント 5448
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ipIfCustomUser() decorator will be removed. The GeoManager and GeoQuerySet classes will be removed. The djan ... be removed. The shim for supporting custom related manager classes without a _apply_rel_filters() method wil ... ge to use django.utils.html.conditional_escape() . Manager.use_for_related_fields will be removed. Model Man ... nce will follow MRO inheritance rules and the Meta.manager_inheritance_from_future to opt-in to this behavio ...
https://man.plustar.jp/django/internals/deprecation.html - [similar]
Django 1.11 リリースノート — Django 4.0.6 ドキュメント 5448
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... longer used, and as it's also no longer used, the manage.py test --liveserver option is removed. If you nee ... う、新たな AbstractUser.clean() メソッド内で BaseUserManager.normalize_email() が呼ばれます。 EmailField と UR ... ル値シンタックスを使用するようになりました。 RelatedManager.add() 、 remove() 、 clear() 、 set() が prefetch ...
https://man.plustar.jp/django/releases/1.11.html - [similar]
Django 1.2 リリースノート — Django 4.0.6 ドキュメント 5448
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... of the test runners ( tests/runtests.py and python manage.py test ) no longer represents the number of faile ...
https://man.plustar.jp/django/releases/1.2.html - [similar]
Django 1.6 release notes — Django 4.0.6 ドキュメント 5448
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... m project and app templates . Improved transaction management ¶ Django's transaction management was overhaul ... s were introduced, as described in the transaction management docs . Persistent database connections ¶ Djang ... t*.py . In addition, the test labels provided to ./manage.py test to nominate specific tests to run must now ... be customized to use any other JS framework. check management command added for verifying compatibility ¶ A ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
Django's cache framework — Django 4.0.6 ドキュメント 5448
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... シュテーブルをコマンドで作成する必要がある。 python manage . py createcachetable このコマンドにより、データベ ... can silence CacheKeyWarning with this code in the management module of one of your INSTALLED_APPS : import ...
https://man.plustar.jp/django/topics/cache.html - [similar]
セッションの使いかた — Django 4.0.6 ドキュメント 5448
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... る必要があります。 一度インストールの設定をすれば、 manage.py migrate を実行することで、セッションデータを保存 ... るかもしれません。 AbstractBaseSession と BaseSessionManager は、 INSTALLED_APPS に django.contrib.sessions を ... セッションストアのクラスで実行されます。 BaseSessionManager のサブクラスを作ることで、モデルマネージャをカスタ ... することもできます。 class base_session. BaseSessionManager ¶ encode ( session_dict ) ¶ 与えられたセッションデ ...
https://man.plustar.jp/django/topics/http/sessions.html - [similar]
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 5357
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... invoked when a model is validated, for example by management commands or the admin. The admin constructs qu ... added, removed, or created with the field's RelatedManager . Database Representation ¶ Behind the scenes, Dj ... gh ¶ Django will automatically generate a table to manage many-to-many relationships. However, if you want t ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
翻訳 — Django 4.0.6 ドキュメント 5357
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... あります: Django プロジェクトのルートディレクトリ ( manage.py を含むところ)。 Django アプリケーションのルート ... をオーバーライドする必要があります: from django.core.management.commands import makemessages class Command ( m ... 新しい引数を追加することもできます: from django.core.management.commands import makemessages class Command ( m ... p write more concise code, there is also a context manager django.utils.translation.override() that stores t ...
https://man.plustar.jp/django/topics/i18n/translation.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT