検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 150 for Views (0.033 sec.)
Django 1.4.6 release notes — Django 4.0.6 ドキュメント 5225
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... user input in some cases (e.g. django.contrib.auth.views.login() , django.contrib.comments , and i18n ) to ...
https://man.plustar.jp/django/releases/1.4.6.html - [similar]
Django 1.7.10 release notes — Django 4.0.6 ドキュメント 5225
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... when anonymously accessing the django.contrib.auth.views.logout() view (provided it wasn't decorated with l ...
https://man.plustar.jp/django/releases/1.7.10.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 5225
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ly customize the login policy. django.contrib.auth.views.password_reset() takes an optional html_email_temp ... raising CommandError . django.contrib.staticfiles.views.serve() will now raise an Http404 exception instea ... . The shortcut view in django.contrib.contenttypes.views now supports protocol-relative URLs (e.g. //exampl ... orm is removed. The version of django.contrib.auth.views.password_reset_confirm() that supports base36 enco ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
Django 2.0.10 リリースノート — Django 4.0.6 ドキュメント 5225
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... appear on the default page generated by the django.views.defaults.page_not_found() view. The URL path is no ...
https://man.plustar.jp/django/releases/2.0.10.html - [similar]
Django 2.0.5 リリースノート — Django 4.0.6 ドキュメント 5225
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... allable object, such as django.contrib.syndication.views.Feed ( #29296 ). Fixed a regression in Django 2.0. ...
https://man.plustar.jp/django/releases/2.0.5.html - [similar]
Django 2.1.5 リリースノート — Django 4.0.6 ドキュメント 5225
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... appear on the default page generated by the django.views.defaults.page_not_found() view. The URL path is no ...
https://man.plustar.jp/django/releases/2.1.5.html - [similar]
はじめての Django アプリ作成、その 5 — Django 4.0.6 ドキュメント 5190
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ベースにしたクラスベースビューを導入しました。 polls/views.py ¶ class IndexView ( generic . ListView ): templ ... 要があります。まず、インポート文を追加します: polls/views.py ¶ from django.utils import timezone そして、次の ... ように get_queryset メソッドを修正します。 polls/views.py ¶ def get_queryset ( self ): """ Return the las ... 制約を DetailView にも追加する必要があります。 polls/views.py ¶ class DetailView ( generic . DetailView ): .. ...
https://man.plustar.jp/django/intro/tutorial05.html - [similar]
Geographic Feeds — Django 4.0.6 ドキュメント 5190
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... methods provided by the django.contrib.syndication.views.Feed base class, GeoDjango's Feed class provides t ...
https://man.plustar.jp/django/ref/contrib/gis/feeds.html - [similar]
設定 — Django 4.0.6 ドキュメント 5190
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t from a form on one subdomain to be accepted by a view served from another subdomain. Please note that the ... nded by security auditors. Since the default error views require the CSRF token, SessionMiddleware must app ... の順序 . CSRF_FAILURE_VIEW ¶ デフォルト値: 'django.views.csrf.csrf_failure' A dotted path to the view funct ... It should return an HttpResponseForbidden . django.views.csrf.csrf_failure() accepts an additional template ...
https://man.plustar.jp/django/ref/settings.html - [similar]
組み込みタグとフィルタ — Django 4.0.6 ドキュメント 5190
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... る引数はすべて指定しなければなりません。 例えば app_views.client という名前のビューがあって、クライアントの ... ID を引数に取るとしましょう ( client() は、 views ファイル app_views.py の中で定義されているメソッド ... ものになるでしょう: path ( 'client/<int:id>/' , app_views . client , name = 'app-views-client' ) このアプリケ ... へのリンクを作るには、次のようにします: {% url 'app-views-client' client.id %} テンプレートタグの出力は、文字 ...
https://man.plustar.jp/django/ref/templates/builtins.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT