検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 145 for check (0.137 sec.)
Djangoの設定 — Django 4.0.6 ドキュメント 5275
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... that might be used in that code you are importing. Check in django.conf.settings.global_settings for the fu ...
https://man.plustar.jp/django/topics/settings.html - [similar]
Unit tests — Django 4.0.6 ドキュメント 5204
" + 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 ドキュ ... jango includes a basic tox.ini that automates some checks that our build server performs on pull requests. ... To run the unit tests and other checks (such as import sorting , the documentation spell ...
https://man.plustar.jp/django/internals/contributing/writing-code/unit-tests.htm... - [similar]
GEOS API — Django 4.0.6 ドキュメント 5204
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ((0 0, 1 1), (2 2, 3 3)) Equality operator doesn't check spatial equality The GEOSGeometry equality operato ...
https://man.plustar.jp/django/ref/contrib/gis/geos.html - [similar]
PostgreSQL specific model fields — Django 4.0.6 ドキュメント 5204
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . Be extra careful for typing mistakes, and always check your queries work as you intend. contains ¶ The co ...
https://man.plustar.jp/django/ref/contrib/postgres/fields.html - [similar]
クロスサイトリクエストフォージェリ (CSRF) 対策 — Django 4.0.6 ドキュメント 5204
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... own token, the secret remains common to all. This check is done by CsrfViewMiddleware . CsrfViewMiddleware ... ovided, CsrfViewMiddleware performs strict referer checking. This means that even if a subdomain can set or ... n they are talking to a site under HTTPS. (Referer checking is not done for HTTP requests because the prese ... TRUSTED_ORIGINS setting. New in Django 4.0: Origin checking was added, as described above. This ensures tha ...
https://man.plustar.jp/django/ref/csrf.html - [similar]
フォームとフィールドの検証 — Django 4.0.6 ドキュメント 5204
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . split ( ',' ) def validate ( self , value ): """Check if value consists only of valid emails.""" # Use t ...
https://man.plustar.jp/django/ref/forms/validation.html - [similar]
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 5204
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... be considered. Besides, when USE_TZ is True , the check will be performed in the current time zone at the ... ルドです。 The default form widget for this field is CheckboxInput , or NullBooleanSelect if null=True . Fiel ... max_length = 254 , ** options ) ¶ A CharField that checks that the value is a valid email address using Ema ... l be stored. If you are using a different storage, check that storage's documentation to see how it handles ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 5204
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... _user set to True , an inactive User instance will check the backend for permissions. This is useful for fu ... n to FileInput . ClearableFileInput renders with a checkbox to clear the field's value (if the field has a ... widget will need to account for the possible extra checkbox in the rendered form output. To return to the p ... gender, argument which allowed stronger validation checks to be made, however since this argument could nev ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
Django 3.0 リリースノート — Django 4.0.6 ドキュメント 5204
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a unique or primary key constraint. The new --skip-checks option skips running system checks prior to runni ... ferential ManyToManyField . The name attributes of CheckConstraint , UniqueConstraint , and Index now suppo ... erField and SmallIntegerField respectively. System checks and validators are now also properly inherited. F ... ileField.upload_to now supports pathlib.Path . CheckConstraint is now supported on MySQL 8.0.16+. The n ...
https://man.plustar.jp/django/releases/3.0.html - [similar]
複数のデータベース — Django 4.0.6 ドキュメント 5204
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... em) before creating new migrations. By default, it checks only the default database, but it consults the al ... will skip that router when performing the relevant check. Hints ¶ The hints received by the database router ... instance hint will be provided at all. The router checks for the existence of an instance hint, and determ ...
https://man.plustar.jp/django/topics/db/multi-db.html - [similar]
PREV 4 5 6 7 8 9 10 11 12 13 14 15 NEXT