検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 145 for check (0.005 sec.)
システムチェックフレームワーク — Django 4.0.6 ドキュメント 16793
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... next » システムチェックフレームワーク ¶ The system check framework is a set of static checks for validating ... 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, in ... g runserver and migrate . For performance reasons, checks are not run as part of the WSGI stack that is use ...
https://man.plustar.jp/django/topics/checks.html - [similar]
Constraints reference — Django 4.0.6 ドキュメント 9016
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... and class name of the concrete model. For example CheckConstraint(check=Q(age__gte=18), name='%(app_label) ... tion of Constraints In general constraints are not checked during full_clean() , and do not raise Validatio ... validation when the UniqueConstraint is violated. CheckConstraint ¶ class CheckConstraint ( * , check , na ... me ) ¶ Creates a check constraint in the database. checkCheckConstrain ...
https://man.plustar.jp/django/ref/models/constraints.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 8945
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... next » システムチェックフレームワーク ¶ The system check framework is a set of static checks for validating ... ework is extensible so you can easily add your own checks. For details on how to add your own checks and in ... tegrate them with Django's system checks, see the System check topic guide . APIリファレン ... ス ¶ CheckMessage ¶ class CheckMessage ( level , msg , hint = ...
https://man.plustar.jp/django/ref/checks.html - [similar]
Django 2.2.1 リリースノート — Django 4.0.6 ドキュメント 8119
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... migrations from generating infinite migrations for check constraints and partial indexes when condition con ... uld not be imported ( #30318 ). Relaxed the system check added in Django 2.2 for the admin app's dependenci ... ation crash on Oracle and PostgreSQL when adding a check constraint with a contains , startswith , or endsw ... migration crash on Oracle and SQLite when adding a check constraint with condition contains | ( OR ) operat ...
https://man.plustar.jp/django/releases/2.2.1.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 8048
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... more about the new features in the topic guide and check the upgrade instructions in older versions of the ... nhancements to the request/response cycle. The new check --deploy option allows you to check your productio ... and has_module_perms() to short-circuit permission checking. PasswordResetForm now has a method send_mail() ... lean attributes. The new has_error() method allows checking if a specific error has happened. If required_c ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 7966
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ion.c-content-win").hide(); $(".c-tab-unix").prop("checked", true); }); $(".c-tab-win").on("click", functio ... ion.c-content-unix").hide(); $(".c-tab-win").prop("checked", true); }); }); })(jQuery); Django 4.0.6 ドキュ ... -admin prints to the console. Available commands ¶ check ¶ django-admin check [app_label [app_label ...]] ¶ ... Uses the system check framework to inspect the entire Django project for ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 7966
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ese new signals have slightly different arguments. Check the documentation for details. The allow_syncdb me ... ry_set ( manager = 'entries' ) . all () New system check framework ¶ We've added a new System check framewo ... he framework is extensible so you can add your own checks for your own apps and libraries. To perform syste ... m checks, you use the check management command. This comma ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
django.apps.config — Django 4.0.6 ドキュメント 7824
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... S_MODULE_NAME ) mod = import_module ( mod_path ) # Check if there's exactly one AppConfig candidate, # excl ... " % ( mod_path , app_configs [ 0 ][ 0 ]) else : # Check if there's exactly one AppConfig subclass, # among ... module import exception. import_module ( entry ) # Check for obvious errors. (This check prevents duck typi ... ther than in AppClass.__init__ to keep # all error checking for entries in INSTALLED_APPS in one place. if ...
https://man.plustar.jp/django/_modules/django/apps/config.html - [similar]
django.core.management.base — Django 4.0.6 ドキュメント 7600
" + 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 ImproperlyConf ... ls.deprecation import RemovedInDjango41Warning ALL_CHECKS = "__all__" [ドキュメント] class CommandError ( E ... r () . __init__ ( * args , ** kwargs ) class SystemCheckError ( CommandError ): """ The system check framew ... onpath" , "--no-color" , "--force-color" , "--skip-checks" , } def _reordered_actions ( self , actions ): r ...
https://man.plustar.jp/django/_modules/django/core/management/base.html - [similar]
Django 3.2.1 release notes — Django 4.0.6 ドキュメント 7376
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... #32637 ). Fixed a bug in Django 3.2 where a system check would crash on a reverse one-to-one relationships ... in CheckConstraint.check or UniqueConstraint.condition ( #3 ... #32647 ). Fixed a bug in Django 3.2 where a system check would crash on the STATICFILES_DIRS setting with a ... es ( #32632 ). As a side-effect the private API to check django.db.sql.query.Query equality is removed. 目次 ...
https://man.plustar.jp/django/releases/3.2.1.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT