検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 207 for User (0.081 sec.)
Django 1.4.3 release notes — Django 4.0.6 ドキュメント 5190
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ons and many third-party applications, accepting a user-supplied redirect target is a common pattern). Sin ... stname. This function is intended for use whenever user-supplied redirect targets are accepted, to ensure ... marily in the authentication system -- which allow user-supplied redirect targets now use is_safe_url to v ...
https://man.plustar.jp/django/releases/1.4.3.html - [similar]
Django 1.8.7 リリースノート — Django 4.0.6 ドキュメント 5190
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... in date template filter ¶ If an application allows users to specify an unvalidated format for dates and pa ... rmat to the date filter, e.g. {{ last_updated|date:user_date_format }} , then a malicious user could obtai ... egression , filter , crash , template , Bugfixes , user クイック検索 Last update: 2022年6月01日 « previous ...
https://man.plustar.jp/django/releases/1.8.7.html - [similar]
Django 4.0.1 release notes — Django 4.0.6 ドキュメント 5190
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . CVE-2021-45115: Denial-of-service possibility in UserAttributeSimilarityValidator ¶ UserAttributeSimilar ... omparison values. On the assumption that access to user registration was unrestricted this provided a pote ... s issue, relatively long values are now ignored by UserAttributeSimilarityValidator . This issue has sever ... xing on dictionaries. As a reminder, all untrusted user input should be validated before use. This issue h ...
https://man.plustar.jp/django/releases/4.0.1.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 5158
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... change should affect only a small number of Django users, as most operating-system vendors today are shipp ... ince the burden of handling edge cases fell on the user. The new add_error() method allows adding errors t ... backward compatibility ¶ Heavy changes to the various error containers were necessary in order to support ... django.contrib.auth ¶ Any **kwargs passed to email_user() are passed to the underlying send_mail() call. T ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
PostgreSQL specific form fields and widgets — Django 4.0.6 ドキュメント 5126
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... that the array reaches at least the stated length. User friendly forms SimpleArrayField is not particularl ... y user friendly in most cases, however it is a useful way ... strings. It is represented by an HTML <textarea> . User friendly forms HStoreField is not particularly use ... greater than the upper bound. All of these fields use RangeWidget . IntegerRangeField ¶ class IntegerRang ...
https://man.plustar.jp/django/ref/contrib/postgres/forms.html - [similar]
セキュリティ上の問題のアーカイブ — Django 4.0.6 ドキュメント 5126
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... CVE-2021-45115 ¶ Denial-of-service possibility in UserAttributeSimilarityValidator . Full description 影響 ... 7-7233 ¶ Open redirect and possible XSS attack via user-supplied numeric redirect URLs. Full description 影 ... ngo 1.8 (patch) November 1, 2016 - CVE-2016-9013 ¶ User with hardcoded password created when running tests ... Django 1.8 (patch) March 1, 2016 - CVE-2016-2513 ¶ User enumeration through timing difference on password ...
https://man.plustar.jp/django/releases/security.html - [similar]
Django 4.0.3 release notes — Django 4.0.6 ドキュメント 5095
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ield to a lowercased swappable model such as 'auth.user' ( #33515 ). Fixed a regression in Django 4.0 that ... ression , previous , up , next , Bugfixes , when , user クイック検索 Last update: 2022年6月01日 « previous ...
https://man.plustar.jp/django/releases/4.0.3.html - [similar]
The Django admin documentation generator — Django 4.0.6 ドキュメント 5031
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ry, related to :model:`blog.Blog` and :model:`auth.User`. """ slug = models . SlugField ( help_text = "A s ... ly used in URLs." ) author = models . ForeignKey ( User , models . SET_NULL , blank = True , null = True , ... and that you are logged into the Django admin as a User with is_staff set to True . 目次 The Django admin ...
https://man.plustar.jp/django/ref/contrib/admin/admindocs.html - [similar]
Database migration operations — Django 4.0.6 ドキュメント 5031
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sts. For most extensions, this requires a database user with superuser privileges. If the Django database ... the extension outside of Django migrations with a user that has them. In that case, connect to your Djang ...
https://man.plustar.jp/django/ref/contrib/postgres/operations.html - [similar]
Django 1.9.2 リリースノート — Django 4.0.6 ドキュメント 5031
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ompatible change that hopefully doesn't affect any users. Security issue: User with "change" but not "add" ... ssion from raising a "Permission Denied" error for users without the "add" permission. Backwards incompati ... 00 ( #26024 ). Fixed a regression that caused the "user-tools" items to display on the admin's logout page ... . 目次 Django 1.9.2 リリースノート Security issue: User with "change" but not "add" permission can create ...
https://man.plustar.jp/django/releases/1.9.2.html - [similar]