Results of 51 - 60 of about 91 for checks (0.067 sec.)
- Unit tests — Django 4.0.6 ドキュメント 6291
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
... jango includes a basic tox.ini that automates some checks that our build server performs on pull requests. T ... o run the unit tests and other checks (such as import sorting , the documentation spelli ...
-
https://man.plustar.jp/django/internals/contributing/writing-code/unit-tests.htm...
- [similar]
- Django 1.4.18 release notes — Django 4.0.6 ドキュメント 6291
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
... rect the user to an "on success" URL. The security checks for these redirects (namely django.utils.http.is_s ...
-
https://man.plustar.jp/django/releases/1.4.18.html
- [similar]
- Django 1.6.10 release notes — Django 4.0.6 ドキュメント 6291
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
... rect the user to an "on success" URL. The security checks for these redirects (namely django.utils.http.is_s ...
-
https://man.plustar.jp/django/releases/1.6.10.html
- [similar]
- Django 1.7.3 release notes — Django 4.0.6 ドキュメント 6291
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
... rect the user to an "on success" URL. The security checks for these redirects (namely django.utils.http.is_s ...
-
https://man.plustar.jp/django/releases/1.7.3.html
- [similar]
- Django 1.8.10 リリースノート — Django 4.0.6 ドキュメント 6291
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
... ONE=None and USE_TZ=False ( #26177 ). Added system checks for query name clashes of hidden relationships ( # ...
-
https://man.plustar.jp/django/releases/1.8.10.html
- [similar]
- Django 1.9.2 リリースノート — Django 4.0.6 ドキュメント 6291
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
... in ConditionalGetMiddleware causing If-None-Match checks to always return HTTP 200 ( #26024 ). Fixed a regr ...
-
https://man.plustar.jp/django/releases/1.9.2.html
- [similar]
- Djangoの認証システムを使用する — Django 4.0.6 ドキュメント 6291
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
... .user in the view directly. For example, this view checks to make sure the user has an email in the desired ... the mixin use a differently named function for its checks (instead of test_func() ). UserPassesTestMixin を重 ... ermissionRequiredMixin mixin ¶ To apply permission checks to class-based views , you can use the PermissionR ... ixin, just like the permission_required decorator, checks whether the user accessing a view has all given pe ...
-
https://man.plustar.jp/django/topics/auth/default.html
- [similar]
- テストツール — Django 4.0.6 ドキュメント 6291
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
... には、クライアントを作る時に次のように enforce_csrf_checks 引数を渡します。 >>> from django.test import Clien ... t >>> csrf_client = Client ( enforce_csrf_checks = True ) リクエストの作成 ¶ リクエストの作成には、 ... ent クラスを使います。 class Client ( enforce_csrf_checks = False , json_encoder = DjangoJSONEncoder , ** de ... ults passed to the class constructor. enforce_csrf_checks 引数を使うと、CSRF プロテクションのテストが実行でき ...
-
https://man.plustar.jp/django/topics/testing/tools.html
- [similar]
- Pythonモジュール索引 — Django 4.0.6 ドキュメント 6237
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
... SS and Atom, quite easily. django.core django.core.checks django.core.exceptions Django core exceptions djan ...
-
https://man.plustar.jp/django/py-modindex.html
- [similar]
- mixinを編集する — Django 4.0.6 ドキュメント 6237
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
... equest , * args , ** kwargs ) ¶ Constructs a form, checks the form for validity, and handles it accordingly. ...
-
https://man.plustar.jp/django/ref/class-based-views/mixins-editing.html
- [similar]