検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 207 for User (0.032 sec.)
Django 1.9.13 リリースノート — Django 4.0.6 ドキュメント 5818
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 17-7233: Open redirect and possible XSS attack via user-supplied numeric redirect URLs ¶ Django relies on ... trib.auth.views.login() and i18n ) to redirect the user to an "on success" URL. The security check for the ... 17-7233: Open redirect and possible XSS attack via user-supplied numeric redirect URLs CVE-2017-7234: Open ... 12 リリースノート 関連キーワード redirect , safe , user , Open , they , URLs , numeric , provide , Bugfixe ...
https://man.plustar.jp/django/releases/1.9.13.html - [similar]
Django 1.6.11 release notes — Django 4.0.6 ドキュメント 5786
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... with escape() . Mitigated possible XSS attack via user-supplied redirect URLs ¶ Django relies on user inp ... trib.auth.views.login() and i18n ) to redirect the user to an "on success" URL. The security checks for th ... ith strip_tags() Mitigated possible XSS attack via user-supplied redirect URLs 前のトピックへ Django 1.7 r ... release , notes , tags , safe , URLs , redirect , user , input , attack , such クイック検索 Last update: ...
https://man.plustar.jp/django/releases/1.6.11.html - [similar]
Django におけるセキュリティ — Django 4.0.6 ドキュメント 5786
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... スクリプティング (XSS) の防御 ¶ XSS attacks allow a user to inject client side scripts into the browsers of ... other users. This is usually achieved by storing the maliciou ... where it will be retrieved and displayed to other users, or by getting users to click a link which will c ... se the attacker's JavaScript to be executed by the user's browser. However, XSS attacks can originate from ...
https://man.plustar.jp/django/topics/security.html - [similar]
PostgreSQL specific lookups — Django 4.0.6 ドキュメント 5754
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... name__unaccent = "México" ) ['<City: Mexico>'] >>> User . objects . filter ( first_name__unaccent__startsw ... ith = "Jerem" ) ['<User: Jeremy>', '<User: Jérémy>', '<User: Jérémie>', '< ...
https://man.plustar.jp/django/ref/contrib/postgres/lookups.html - [similar]
Django 1.7.7 release notes — Django 4.0.6 ドキュメント 5754
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... with escape() . Mitigated possible XSS attack via user-supplied redirect URLs ¶ Django relies on user inp ... trib.auth.views.login() and i18n ) to redirect the user to an "on success" URL. The security checks for th ... ith strip_tags() Mitigated possible XSS attack via user-supplied redirect URLs Bugfixes 前のトピックへ Dja ... release , notes , tags , safe , URLs , redirect , user , characters , control , migration クイック検索 La ...
https://man.plustar.jp/django/releases/1.7.7.html - [similar]
Django 2.1.15 リリースノート — Django 4.0.6 ドキュメント 5722
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... parent model with related model inlines, where the user has view-only permissions to a parent model but ed ... to be invoked. This is a privilege escalation as a user who lacks permission to edit a model should not be ... Django admin interface has been changed. Now, if a user has only the "view" permission for a parent model, ... e displayed form will not be editable, even if the user has permission to edit models included in inlines. ...
https://man.plustar.jp/django/releases/2.1.15.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 5690
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... , with the connection parameters specified in your USER , PASSWORD , etc., settings. For PostgreSQL, this ... :   $ django-admin dbshell -- -c 'select current_user' current_user -------------- postgres (1 row) ...\ ... > django-admin dbshell -- -c 'select current_user' current_user -------------- postgres (1 row) On M ... -e flag:   $ django-admin dbshell -- -e "select user()" +----------------------+ | user() | +---------- ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
Django 2.2.8 リリースノート — Django 4.0.6 ドキュメント 5690
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... parent model with related model inlines, where the user has view-only permissions to a parent model but ed ... to be invoked. This is a privilege escalation as a user who lacks permission to edit a model should not be ... Django admin interface has been changed. Now, if a user has only the "view" permission for a parent model, ... e displayed form will not be editable, even if the user has permission to edit models included in inlines. ...
https://man.plustar.jp/django/releases/2.2.8.html - [similar]
クラスベースのビューでフォームを扱う — Django 4.0.6 ドキュメント 5541
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... l = reverse_lazy ( 'author-list' ) 注釈 We have to use reverse_lazy() instead of reverse() , as the urls a ... name_suffix on your view class. Models and request.user ¶ To track the user that created an object using a ... models.py ¶ from django.contrib.auth.models import User from django.db import models class Author ( models ... _length = 200 ) created_by = models . ForeignKey ( User , on_delete = models . CASCADE ) # ... In the view ...
https://man.plustar.jp/django/topics/class-based-views/generic-editing.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 5414
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ogin_form . The base.html template has a new block usertools which contains the user-specific header. A ne ... alue from has_permission() , indicates whether the user may access the site. Foreign key dropdowns now hav ... 255 characters. Please run the database migration. USERNAME_FIELD and REQUIRED_FIELDS now supports Foreign ... . This backwards compatible change will not affect users who have subclassed django.contrib.auth.hashers.P ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT