検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 145 for check (0.052 sec.)
Database migration operations — Django 4.0.6 ドキュメント 6549
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... versions, the pre-existence of the extension isn't checked. CreateExtension ¶ class CreateExtension ( name ... ID option with the ADD CONSTRAINT statement to add check constraints without enforcing validation on existi ... existing rows satisfy the constraint. To validate check constraints created with the NOT VALID option at a ... ¶ Scans through the table and validates the given check constraint on existing rows. 注釈 AddConstraintNot ...
https://man.plustar.jp/django/ref/contrib/postgres/operations.html - [similar]
Writing documentation — Django 4.0.6 ドキュメント 6479
" + 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 ドキュ ... s basically how everything fits together. Spelling check ¶ Before you commit your docs, it's a good idea to ... run the spelling checker. You'll need to install sphinxcontrib-spelling f ...
https://man.plustar.jp/django/internals/contributing/writing-documentation.html - [similar]
Coding style — Django 4.0.6 ドキュメント 6396
" + 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 ドキュ ... n writing code for inclusion in Django. Pre-commit checks ¶ pre-commit is a framework for managing pre-comm ... imple issues before committing code for review. By checking for these issues before code review it allows t ...
https://man.plustar.jp/django/internals/contributing/writing-code/coding-style.h... - [similar]
Django 1.8.4 リリースノート — Django 4.0.6 ドキュメント 6396
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e newly added UUIDField ( #25019 ). Added a system check warning if the old TEMPLATE_* settings are defined ... ed the unsaved model instance assignment data loss check to Model.save() to allow easier usage of in-memory ...
https://man.plustar.jp/django/releases/1.8.4.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 6396
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... turn the number of objects deleted. Added a system check to prevent defining both Meta.ordering and order_w ... sing the ROOT_URLCONF . The DISALLOWED_USER_AGENTS check in CommonMiddleware now raises a PermissionDenied ... the requested URL. To circumvent the empty referer check already implemented, some web bots set the referer ... pace>) as the first argument to include() . System checks have been added for common URL pattern mistakes. ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
Django 3.1 release notes — Django 4.0.6 ドキュメント 6396
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... jik, and Turkmen languages. 管理コマンド ¶ The new check --database option allows specifying database alias ... es for running the database system checks. Previously these checks were enabled for all con ... the database tag to the command. The new migrate --check option makes the command exit with a non-zero stat ... ehavior of the SQL constraint ON DELETE RESTRICT . CheckConstraint.check now supports boolean expressions. ...
https://man.plustar.jp/django/releases/3.1.html - [similar]
Django 3.2.4 release notes — Django 4.0.6 ドキュメント 6325
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... could use the admindocs TemplateDetailView view to check the existence of arbitrary files. Additionally, if ... #32754 ). Fixed a bug in Django 3.2 where a system check would crash on an abstract model ( #32733 ). Preve ...
https://man.plustar.jp/django/releases/3.2.4.html - [similar]
テストツール — Django 4.0.6 ドキュメント 6325
" + 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 ドキュ ... には、クライアントを作る時に次のように enforce_csrf_checks 引数を渡します。 >>> from django.test import Clie ... nt >>> csrf_client = Client ( enforce_csrf_checks = True ) リクエストの作成 ¶ リクエストの作成には、 ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
Django 1.4 release notes — Django 4.0.6 ドキュメント 6254
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e accepted. We encourage anyone who's upgrading to check out the timezone migration guide and the timezone ... rity overview page. The django.contrib.auth.models.check_password function has been moved to the django.con ... become irrelevant. contrib.sessions data integrity check Consequences: The user will be logged out, and ses ... users to take filling out the affected forms. CSRF check Note: This is actually a Django 1.1 fallback, not ...
https://man.plustar.jp/django/releases/1.4.html - [similar]
Django の認証方法のカスタマイズ — Django 4.0.6 ドキュメント 6254
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nd' ] That's the basic authentication backend that checks the Django users database and queries the built-i ... , request , username = None , password = None ): # Check the username/password and return a user. ... 一方、 ... authenticate ( self , request , token = None ): # Check the token and return a user. ... いずれの場合にせよ ... aseBackend from django.contrib.auth.hashers import check_password from django.contrib.auth.models import Us ...
https://man.plustar.jp/django/topics/auth/customizing.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT