検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 112 for Auth (0.101 sec.)
Django 4.0.3 release notes — Django 4.0.6 ドキュメント 5802
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ManyField to a lowercased swappable model such as 'auth.user' ( #33515 ). Fixed a regression in Django 4.0 ...
https://man.plustar.jp/django/releases/4.0.3.html - [similar]
Single object mixins — Django 4.0.6 ドキュメント 5751
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... のデフォルトのオブジェクト名は func:django.contrib.auth.context_processors.auth からの user 変数をオーバー ...
https://man.plustar.jp/django/ref/class-based-views/mixins-single-object.html - [similar]
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 5751
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... om django.conf import settings from django.contrib.auth import get_user_model from django.db import models ... . Model ): user = models . ForeignKey ( settings . AUTH_USER_MODEL , on_delete = models . SET ( get_sentin ... model which matches the current value of settings.AUTH_USER_MODEL (or another swappable model setting) th ... truncated and a uniqueness hash will be used, e.g. author_books_9cdf . You can manually provide the name o ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
Django 1.2 リリースノート — Django 4.0.6 ドキュメント 5751
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... - and session-based message for both anonymous and authenticated users. Hooks for object-level permissions ... ible changes, detailed in CSRF Protection , below. Authors of custom Field subclasses should be aware that ... internals of template tags have changed somewhat; authors of custom template tags that need to store stat ... ission_required() , decorators from django.contrib.auth only apply to functions and no longer work on meth ...
https://man.plustar.jp/django/releases/1.2.html - [similar]
Django 1.4.20 release notes — Django 4.0.6 ドキュメント 5751
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s on user input in some cases (e.g. django.contrib.auth.views.login() and i18n ) to redirect the user to a ...
https://man.plustar.jp/django/releases/1.4.20.html - [similar]
Django 1.4.22 release notes — Django 4.0.6 ドキュメント 5751
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ated when anonymously accessing the django.contrib.auth.views.logout() view (provided it wasn't decorated ...
https://man.plustar.jp/django/releases/1.4.22.html - [similar]
Django 1.4.6 release notes — Django 4.0.6 ドキュメント 5751
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s on user input in some cases (e.g. django.contrib.auth.views.login() , django.contrib.comments , and i18n ...
https://man.plustar.jp/django/releases/1.4.6.html - [similar]
Django 1.7.10 release notes — Django 4.0.6 ドキュメント 5751
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ated when anonymously accessing the django.contrib.auth.views.logout() view (provided it wasn't decorated ...
https://man.plustar.jp/django/releases/1.7.10.html - [similar]
Django 3.2 release notes — Django 4.0.6 ドキュメント 5751
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... w installs a final catch-all view that redirects unauthenticated users to the login page, regardless of wh ... alse to disable the catch-all view. django.contrib.auth ¶ The default iteration count for the PBKDF2 passw ... n they contain hyphens ( '-' ). The django.contrib.auth.forms.ReadOnlyPasswordHashField form field is now ... マイナーな機能 django.contrib.admin django.contrib.auth django.contrib.contenttypes django.contrib.gis dja ...
https://man.plustar.jp/django/releases/3.2.html - [similar]
クラスベースのビューでフォームを扱う — Django 4.0.6 ドキュメント 5751
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... としても、モデルを指定する必要があります。 最初に、 Author クラスに get_absolute_url() を追加する必要があり ... mport models from django.urls import reverse class Author ( models . Model ): name = models . CharField ( ... ) def get_absolute_url ( self ): return reverse ( 'author-detail' , kwargs = { 'pk' : self . pk }) そうした ... , DeleteView , UpdateView from myapp.models import Author class AuthorCreateView ( CreateView ): model = A ...
https://man.plustar.jp/django/topics/class-based-views/generic-editing.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT