Results of 71 - 80 of about 91 for checks (0.083 sec.)
- 条件付きビュー — Django 4.0.6 ドキュメント 6184
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
... specify the version it is trying to update. Server checks to see if the resource has changed, by computing t ...
-
https://man.plustar.jp/django/topics/conditional-view-processing.html
- [similar]
- Django 1.1 リリースノート — Django 4.0.6 ドキュメント 6131
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
... been split into two classes -- CsrfViewMiddleware checks incoming requests, and CsrfResponseMiddleware proc ...
-
https://man.plustar.jp/django/releases/1.1.html
- [similar]
- Django 2.1 リリースノート — Django 4.0.6 ドキュメント 6131
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
... pt to allow bypassing the AUTH_PASSWORD_VALIDATORS checks. django.contrib.gis ¶ The new GEOSGeometry.buffer_ ...
-
https://man.plustar.jp/django/releases/2.1.html
- [similar]
- 非同期サポート — Django 4.0.6 ドキュメント 6131
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
... _async() . Doing so will trigger the thread safety checks: # DJANGO_SETTINGS_MODULE=settings.py python -m as ...
-
https://man.plustar.jp/django/topics/async.html
- [similar]
- Django の認証方法のカスタマイズ — Django 4.0.6 ドキュメント 6131
- " + 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-in ... asks.) Continuing the above example, the following checks if a user may close tasks: user . has_perm ( 'app. ...
-
https://man.plustar.jp/django/topics/auth/customizing.html
- [similar]
- はじめての Django アプリ作成、その 1 — Django 4.0.6 ドキュメント 6065
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
... で下記の出力が確認できるでしょう: Performing system checks... System check identified no issues (0 silenced). ...
-
https://man.plustar.jp/django/intro/tutorial01.html
- [similar]
- アプリケーション — Django 4.0.6 ドキュメント 6065
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
... lication exists. apps. is_installed ( app_name ) ¶ Checks whether an application with the given name exists ...
-
https://man.plustar.jp/django/ref/applications.html
- [similar]
- django.contrib.auth — Django 4.0.6 ドキュメント 6065
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
... e associated with the given request 's session. It checks if the authentication backend stored in the sessio ...
-
https://man.plustar.jp/django/ref/contrib/auth.html
- [similar]
- モデルフィールドリファレンス — Django 4.0.6 ドキュメント 6065
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
... max_length = 254 , ** options ) ¶ A CharField that checks that the value is a valid email address using Emai ... havior. Use these attributes instead of isinstance checks when you need to write code that depends on a fiel ...
-
https://man.plustar.jp/django/ref/models/fields.html
- [similar]
- Porting your apps from Django 0.96 to 1.0 — Django 4.0.6 ドキュメント 6065
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
... but with a slash appended to the end. Now, Django checks to see whether the pattern without the trailing sl ...
-
https://man.plustar.jp/django/releases/1.0-porting-guide.html
- [similar]