検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 207 for user (0.078 sec.)
テストツール — Django 4.0.6 ドキュメント 5414
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Client () >>> response = c . post ( '/login/' , { 'username' : 'john' , 'password' : 'smith' }) >>> respon ... ome default headers. For example, this will send a User-Agent HTTP header in each request: >>> c = Client ... ( HTTP_USER_AGENT = 'Mozilla/5.0' ) The values from the extra ... として渡されます: >>> c = Client () >>> c . login ( username = 'fred' , password = 'secret' ) # Now you can ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
Django 1.7.11 release notes — Django 4.0.6 ドキュメント 5382
" + 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 ... , format , settings , filter , template , Fixed , user , previous クイック検索 Last update: 2022年6月01日 ...
https://man.plustar.jp/django/releases/1.7.11.html - [similar]
Django 2.1 リリースノート — Django 4.0.6 ドキュメント 5382
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 実行時に自動的に作成されます。 This allows giving users read-only access to models in the admin. ModelAdm ... 't a need to assign the "view" permission to allow users who have the "change" permission to edit objects. ... permissions to limit their availability to certain users. django.contrib.auth ¶ createsuperuser now gives ... -Disposition header to make the browser ask if the user wants to download the file. FileResponse also trie ...
https://man.plustar.jp/django/releases/2.1.html - [similar]
クラスベースのビューでミックスインを使用する — Django 4.0.6 ドキュメント 5382
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... vary the objects, such as depending on the current user or to exclude posts in the future for a blog. Mult ... SingleObjectMixin , View ): """Records the current user's interest in an author.""" model = Author def pos ... , request , * args , ** kwargs ): if not request . user . is_authenticated : return HttpResponseForbidden ... nd SingleObjectMixin together. We were recording a user's interest in a particular author; say now that we ...
https://man.plustar.jp/django/topics/class-based-views/mixins.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 5350
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... on to place static assets in MEDIA_ROOT along with user-uploaded files, and serve them both at MEDIA_URL . ... make it easier to keep static files separate from user-uploaded files. Static assets should now go in sta ... unittest2 features. Transaction context managers ¶ Users of Python 2.5 and above may now use transaction m ... on on caching in Django . Permissions for inactive users ¶ If you provide a custom auth backend with suppo ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
翻訳 — Django 4.0.6 ドキュメント 5350
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n the fly in each available language, according to users' language preferences. Django の国際化フックはデフ ... the context keyword: {% blocktranslate with name = user.username context "greeting" %} Hi {{ name }}{% end ... t_language as LANGUAGE_CODE %} returns the current user's preferred language as a string. Example: en-us . ... ew, django.views.i18n.set_language() , that sets a user's language preference and redirects to a given URL ...
https://man.plustar.jp/django/topics/i18n/translation.html - [similar]
クロスサイトリクエストフォージェリ (CSRF) 対策 — Django 4.0.6 ドキュメント 5318
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ns, the value of the secret is changed each time a user logs in. A hidden form field with the name 'csrfmi ... ield must be present and correct. If it isn't, the user will get a 403 error. When validating the 'csrfmid ... or modify cookies on your domain, it can't force a user to post to your application since that request won ... o ensure that subdomains are controlled by trusted users (or, are at least unable to set cookies). Note th ...
https://man.plustar.jp/django/ref/csrf.html - [similar]
Django 3.1 release notes — Django 4.0.6 ドキュメント 5286
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... cookies, password reset tokens in the admin site, user sessions, and signatures created by django.core.si ... ng algorithm remains until Django 4.0. AbstractBaseUser.get_session_auth_hash() now uses the SHA-256 hashi ... ng algorithm. Support for user sessions that use the old hashing algorithm remain ... min FAQ for details on supported browsers. AbstractUser.first_name max_length increased to 150 ¶ A migrati ...
https://man.plustar.jp/django/releases/3.1.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 5190
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e difficult for network traffic sniffers to hijack user sessions. security.W011 : You have django.contrib. ... e difficult for network traffic sniffers to hijack user sessions. security.W012 : SESSION_COOKIE_SECURE is ... e difficult for network traffic sniffers to hijack user sessions. security.W013 : You have django.contrib. ... fficult for cross-site scripting attacks to hijack user sessions. security.W014 : You have django.contrib. ...
https://man.plustar.jp/django/ref/checks.html - [similar]
Django 1.3.5 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.3.5.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT