検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 162 for then (0.025 sec.)
Django 1.1.4 リリースノート — Django 4.0.6 ドキュメント 5501
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... using or targeting Django 1.1. For full details on the new features, backwards incompatibilities, and depr ... f a token inserted into outgoing forms. Middleware then checks for the token's presence on form submission ...
https://man.plustar.jp/django/releases/1.1.4.html - [similar]
Django 1.1 リリースノート — Django 4.0.6 ドキュメント 5501
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ny table made by a 64-bit machine. This is because the new generated name will not match the historically ... ick fix to get around test case errors revealed by the new rollback approach; in the long-term tests shoul ... is "safe" or in some way reliable as a source of authentication. While not directly a security issue, we'v ... o fields on related models. This is implemented in the new F object; for full details, including examples, ...
https://man.plustar.jp/django/releases/1.1.html - [similar]
Django 1.10.3 release notes — Django 4.0.6 ドキュメント 5501
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ect uses a package like the django-debug-toolbar , then the attacker could execute arbitrary SQL, which co ... hose fallback values. Bugfixes ¶ Allowed User.is_authenticated and User.is_anonymous properties to be test ... ). Fixed QuerySet.bulk_create() on PostgreSQL when the number of objects is a multiple plus one of batch_s ...
https://man.plustar.jp/django/releases/1.10.3.html - [similar]
Django 1.3.5 release notes — Django 4.0.6 ドキュメント 5501
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... pplied redirect target is a common pattern). Since then, two independent audits of the code turned up furt ... Django's own built-in views -- primarily in the authentication system -- which allow user-supplied redire ...
https://man.plustar.jp/django/releases/1.3.5.html - [similar]
Django 1.4.3 release notes — Django 4.0.6 ドキュメント 5501
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... pplied redirect target is a common pattern). Since then, two independent audits of the code turned up furt ... Django's own built-in views -- primarily in the authentication system -- which allow user-supplied redire ...
https://man.plustar.jp/django/releases/1.4.3.html - [similar]
Django 1.6.5 release notes — Django 4.0.6 ドキュメント 5501
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e private data related to a particular session and then serve that data to requests with a different sessi ...
https://man.plustar.jp/django/releases/1.6.5.html - [similar]
Django 1.8.7 リリースノート — Django 4.0.6 ドキュメント 5501
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... r, e.g. {{ last_updated|date:user_date_format }} , then a malicious user could obtain any secret in the ap ...
https://man.plustar.jp/django/releases/1.8.7.html - [similar]
Django 1.8.8 リリースノート — Django 4.0.6 ドキュメント 5501
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... vertent data loss if a user didn't notice that and then submitted the form ( #22955 ). Fixed a regression ...
https://man.plustar.jp/django/releases/1.8.8.html - [similar]
Django の認証方法のカスタマイズ — Django 4.0.6 ドキュメント 5501
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ド」のリストを保持しています。 django.contrib.auth.authenticate() を誰かがコールすると -- どのようにログイン ... 行します。 認証バックエンドとして利用するリストは AUTHENTICATION_BACKENDS に定義されています。この設定値は認 ... on パスのどこにでも配置可能です。 初期状態では、 AUTHENTICATION_BACKENDS は以下の値として定義されています。 ... b.auth.backends.ModelBackend' ] That's the basic authentication backend that checks the Django users datab ...
https://man.plustar.jp/django/topics/auth/customizing.html - [similar]
マネージャ — Django 4.0.6 ドキュメント 5501
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t_queryset () . filter ( author = 'Roald Dahl' ) # Then hook it into the Book model explicitly. class Book ... hence be inaccessible) by the default manager. If the normal base manager class ( django.db.models.Manage ... der (names on the child class override all others; then come names on the first parent class, and so on). ... ger of the first parent model. These rules provide the necessary flexibility if you want to install a coll ...
https://man.plustar.jp/django/topics/db/managers.html - [similar]