検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 207 for user (0.101 sec.)
ミドルウェア — Django 4.0.6 ドキュメント 6265
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ためにいくつかの便利な機能を提供します。 DISALLOWED_USER_AGENTS 設定に含まれるユーザーエージェントのアクセス ... t aren't served by Django (such as static media or user-uploaded files), they will have the same protectio ... ly respecting the HSTS header will refuse to allow users to bypass warnings and connect to a site with an ... r as a way to send information to a site about how users got there. When a user clicks a link, the browser ...
https://man.plustar.jp/django/ref/middleware.html - [similar]
Django 1.10.3 release notes — Django 4.0.6 ドキュメント 6233
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... es two security issues and several bugs in 1.10.2. User with hardcoded password created when running tests ... acle database, Django creates a temporary database user. In older versions, if a password isn't manually s ... ork access to the database server to connect. This user is usually dropped after the test suite completes, ... using the manage.py test --keepdb option or if the user has an active session (such as an attacker's conne ...
https://man.plustar.jp/django/releases/1.10.3.html - [similar]
Django 1.4 release notes — Django 4.0.6 ドキュメント 6233
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ne-aware objects internally, and translate them to users' local timezones for display. If you're upgrading ... change should affect only a small number of Django users, as most operating-system vendors today are shipp ... objects internally and translates them to the end user's time zone in templates and forms. Reasons for us ... ure include: Customizing date and time display for users around the world. Storing datetimes in UTC for da ...
https://man.plustar.jp/django/releases/1.4.html - [similar]
Django 2.1.2 リリースノート — Django 4.0.6 ドキュメント 6233
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 984: Password hash disclosure to "view only" admin users ¶ If an admin user has the change permission to t ... he user model, only part of the password hash is displayed ... in the change form. Admin users with the view (but not change) permission to the ... ed on Oracle 12.1 ( #29630 ). Fixed a crash when a user with the view (but not change) permission made a P ...
https://man.plustar.jp/django/releases/2.1.2.html - [similar]
Django 1.4.13 release notes — Django 4.0.6 ドキュメント 6105
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... have similar issues. Malformed redirect URLs from user input not correctly validated ¶ The validation for ... which are accepted by some browsers. This allows a user to be redirected to an unsafe URL unexpectedly. Dj ... ango relies on user input in some cases (e.g. django.contrib.auth.view ... ango.contrib.comments , and i18n ) to redirect the user to an "on success" URL. The security checks for th ...
https://man.plustar.jp/django/releases/1.4.13.html - [similar]
Django 1.5.8 release notes — Django 4.0.6 ドキュメント 6105
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... have similar issues. Malformed redirect URLs from user input not correctly validated ¶ The validation for ... which are accepted by some browsers. This allows a user to be redirected to an unsafe URL unexpectedly. Dj ... ango relies on user input in some cases (e.g. django.contrib.auth.view ... ango.contrib.comments , and i18n ) to redirect the user to an "on success" URL. The security checks for th ...
https://man.plustar.jp/django/releases/1.5.8.html - [similar]
Django 1.9.11 リリースノート — Django 4.0.6 ドキュメント 6105
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 10 にあった2つのセキュリティの問題を修正しました。 User with hardcoded password created when running tests ... acle database, Django creates a temporary database user. In older versions, if a password isn't manually s ... ork access to the database server to connect. This user is usually dropped after the test suite completes, ... using the manage.py test --keepdb option or if the user has an active session (such as an attacker's conne ...
https://man.plustar.jp/django/releases/1.9.11.html - [similar]
Django 1.6 release notes — Django 4.0.6 ドキュメント 6073
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tible change will not affect existing passwords or users who have subclassed django.contrib.auth.hashers.P ... ner and specify the django.contrib.gis app. Custom user models in tests ¶ The introduction of the new test ... mported. As a result, any test that overrides AUTH_USER_MODEL to test behavior with one of Django's test u ... ser models ( django.contrib.auth.tests.custom_user.CustomUser and django.contrib.auth.tests.custom_us ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
Advanced testing topics — Django 4.0.6 ドキュメント 6073
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... y: from django.contrib.auth.models import AnonymousUser , User from django.test import RequestFactory , Te ... factory. self . factory = RequestFactory () self . user = User . objects . create_user ( username = 'jacob ... are not supported. You can simulate a # logged-in user by setting request.user manually. request . user = ... self . user # Or you can simulate an anonymous user by setting ...
https://man.plustar.jp/django/topics/testing/advanced.html - [similar]
Coding style — Django 4.0.6 ドキュメント 6041
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nment for more complex cases: # Allowed f 'hello { user } ' f 'hello { user . name } ' f 'hello { self . u ... ser . name } ' # Disallowed f 'hello { get_user () } ' f 'you are { user . age * 365.25 } days old ... ' # Allowed with local variable assignment user = get_user () f 'hello { user } ' user_days_old = ... user . age * 365.25 f 'you are { user_days_old } days old' f-strings should not be used ...
https://man.plustar.jp/django/internals/contributing/writing-code/coding-style.h... - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT