検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 91 for checks (0.027 sec.)
システムチェックフレームワーク — Django 4.0.6 ドキュメント 13938
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ーク ¶ The system check framework is a set of static checks for validating Django projects. It detects common ... ework is extensible so you can easily add your own checks. Checks can be triggered explicitly via the check ... command. Checks are triggered implicitly before most commands, inc ... g runserver and migrate . For performance reasons, checks are not run as part of the WSGI stack that is used ...
https://man.plustar.jp/django/topics/checks.html - [similar]
django.core.management.base — Django 4.0.6 ドキュメント 13433
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t TextIOBase import django from django.core import checks from django.core.exceptions import ImproperlyConfi ... ls.deprecation import RemovedInDjango41Warning ALL_CHECKS = "__all__" [ドキュメント] class CommandError ( Ex ... onpath" , "--no-color" , "--force-color" , "--skip-checks" , } def _reordered_actions ( self , actions ): re ... Default value is ``False``. ``requires_migrations_checks`` A boolean; if ``True``, the command prints a war ...
https://man.plustar.jp/django/_modules/django/core/management/base.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 13207
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ーク ¶ The system check framework is a set of static checks for validating Django projects. It detects common ... ework is extensible so you can easily add your own checks. For details on how to add your own checks and int ... egrate them with Django's system checks, see the System check topic guide . APIリファレンス ... [ソース] ¶ The warnings and errors raised by system checks must be instances of CheckMessage . An instance en ...
https://man.plustar.jp/django/ref/checks.html - [similar]
Django 1.10.1 release notes — Django 4.0.6 ドキュメント 8206
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... which was for optparse support ( #27000 ). Fixed a checks framework crash with an empty Meta.default_permiss ... 8 ). Made makemigrations skip inconsistent history checks on non-default databases if database routers aren' ... f the admin views ( #27018 ). Reverted a few admin checks that checked field.many_to_many back to isinstance ... d, models.ManyToManyField) since it turned out the checks weren't suitable to be generalized like that ( #26 ...
https://man.plustar.jp/django/releases/1.10.1.html - [similar]
Django 1.2.2 release notes — Django 4.0.6 ドキュメント 8206
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... was necessary to add a feature -- the enforce_csrf_checks flag -- to the test client . This flag forces the ... test client to perform full CSRF checks on forms. The default behavior of the test client ... hasn't changed, but if you want to do CSRF checks with the test client, it is now possible to do so. ... lease notes 関連キーワード release , notes , new , checks , feature , features , but , previous , backwards ...
https://man.plustar.jp/django/releases/1.2.2.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 7355
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... m check framework performs many different types of checks that are categorized with tags . You can use these ... tags to restrict the checks performed to just those in a particular category. ... example, to perform only models and compatibility checks, run: django - admin check -- tag models -- tag co ... -database DATABASE ¶ Specifies the database to run checks requiring database access: django - admin check -- ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
django.core.checks.messages — Django 4.0.6 ドキュメント 7301
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Table of contents | Index | Modules up django.core.checks.messages のソースコード # Levels DEBUG = 10 INFO = ... ngs return self . id in settings . SILENCED_SYSTEM_CHECKS [ドキュメント] class Debug ( CheckMessage ): def _ ...
https://man.plustar.jp/django/_modules/django/core/checks/messages.html - [similar]
How to create custom django-admin commands — Django 4.0.6 ドキュメント 7301
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... の値は False です。 BaseCommand. requires_migrations_checks ¶ Boolean。 True の場合、ディスク上に存在する一連の ... ルトの値は False です。 BaseCommand. requires_system_checks ¶ A list or tuple of tags, e.g. [Tags.staticfiles, ... Tags.models] . System checks registered in the chosen tags will be checked for ... e '__all__' can be used to specify that all system checks should be performed. Default value is '__all__' . ...
https://man.plustar.jp/django/howto/custom-management-commands.html - [similar]
バリデータ — Django 4.0.6 ドキュメント 7142
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ned in the value. If strict is True , then it also checks that there are no other keys present. The messages ... ssing_keys and/or extra_keys . 注釈 Note that this checks only for the existence of a given key, not that th ...
https://man.plustar.jp/django/ref/contrib/postgres/validators.html - [similar]
索引 — Django 4.0.6 ドキュメント 6849
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s-http ping_google コマンドラインオプション --skip-checks コマンドラインオプション --squashed-name squashmig ... ango.db.models のクラス) CheckMessage (django.core.checks のクラス) ChoiceField (django.forms のクラス) choi ... CreateView (組み込みクラス) Critical (django.core.checks のクラス) crosses field lookup type crosses() (GEO ... EBUG setting debug template tag Debug (django.core.checks のクラス) debug() (django.template.context_process ...
https://man.plustar.jp/django/genindex.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT