検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 150 for views (0.092 sec.)
Django の admin サイト — Django 4.0.6 ドキュメント 5880
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... from unauthorized access and will apply the django.views.decorators.cache.never_cache() decorator to make s ... ( self . my_view , cacheable = True )) ModelAdmin views have model_admin attributes. Other AdminSite views ... `を返します。デフォルトでは、``django.contrib.admin.views.main.ChangeList が使われます。このクラスを継承する ... ds are in reality designed to be invoked as Django views from the admin application URL dispatching handler ...
https://man.plustar.jp/django/ref/contrib/admin/index.html - [similar]
Django 1.2 リリースノート — Django 4.0.6 ドキュメント 5880
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... provide syntax highlighting . Syndication feeds as views ¶ Syndication feeds can now be used directly as vi ... tructure of your feeds. Like any other view, feeds views are passed a request object, so you can do anythin ... ate. If you have used custom templates for contrib views, you MUST READ THE UPGRADE INSTRUCTIONS to fix tho ... ault. This turns on CSRF protection by default, so views that accept POST requests need to be written to wo ...
https://man.plustar.jp/django/releases/1.2.html - [similar]
The syndication feed framework — Django 4.0.6 ドキュメント 5845
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . Feed classes subclass django.contrib.syndication.views.Feed . They can live anywhere in your codebase. In ... stances of Feed classes are views which can be used in your URLconf . A simple examp ... t five news items: from django.contrib.syndication.views import Feed from django.urls import reverse from p ... e Feed class subclasses django.contrib.syndication.views.Feed . title , link and description correspond to ...
https://man.plustar.jp/django/ref/contrib/syndication.html - [similar]
Django 1.10.7 release notes — Django 4.0.6 ドキュメント 5845
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... user input in some cases (e.g. django.contrib.auth.views.login() and i18n ) to redirect the user to an "on ... E-2017-7234: Open redirect vulnerability in django.views.static.serve() ¶ A maliciously crafted URL to a Dj ... E-2017-7234: Open redirect vulnerability in django.views.static.serve() Bugfixes 前のトピックへ Django 1.10 ...
https://man.plustar.jp/django/releases/1.10.7.html - [similar]
Django 1.7.3 release notes — Django 4.0.6 ドキュメント 5845
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... user input in some cases (e.g. django.contrib.auth.views.login() and i18n ) to redirect the user to an "on ... ipt there. Denial-of-service attack against django.views.static.serve ¶ In older versions of Django, the dj ... ango.views.static.serve() view read the files it served one l ... irect URLs Denial-of-service attack against django.views.static.serve Database denial-of-service with Model ...
https://man.plustar.jp/django/releases/1.7.3.html - [similar]
Django 1.8.18 リリースノート — Django 4.0.6 ドキュメント 5845
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... user input in some cases (e.g. django.contrib.auth.views.login() and i18n ) to redirect the user to an "on ... E-2017-7234: Open redirect vulnerability in django.views.static.serve() ¶ A maliciously crafted URL to a Dj ... E-2017-7234: Open redirect vulnerability in django.views.static.serve() 前のトピックへ Django 1.8.19 リリー ...
https://man.plustar.jp/django/releases/1.8.18.html - [similar]
Djangoの認証システムを使用する — Django 4.0.6 ドキュメント 5845
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... に追加してください: from django.contrib.auth import views as auth_views path ( 'accounts/login/' , auth_view ... 証チェックが必要である)場合は、 django.contrib.admin.views.decorators.staff_member_required() デコレータが lo ... class UserPassesTestMixin ¶ When using class-based views , you can use the UserPassesTestMixin to do this. ... mixin ¶ To apply permission checks to class-based views , you can use the PermissionRequiredMixin : class ...
https://man.plustar.jp/django/topics/auth/default.html - [similar]
Django 1.9.13 リリースノート — Django 4.0.6 ドキュメント 5810
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... user input in some cases (e.g. django.contrib.auth.views.login() and i18n ) to redirect the user to an "on ... E-2017-7234: Open redirect vulnerability in django.views.static.serve() ¶ A maliciously crafted URL to a Dj ... E-2017-7234: Open redirect vulnerability in django.views.static.serve() Bugfixes 前のトピックへ Django 1.10 ...
https://man.plustar.jp/django/releases/1.9.13.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 5775
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ry request in the session. The django.contrib.auth.views.password_reset() view accepts an extra_email_conte ... キャッシュされることををより確実に防ぐため、 django.views.decorators.cache.never_cache() がより積極的にヘッダ ... 化 (internationalization) ¶ 利用可能な場合、 django.views.i18n.set_language() ビューが、適切な 翻訳 URL にリ ... ダイレクトされるようになりました。 The django.views.i18n.javascript_catalog() view now works correctly ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
条件付きビュー — Django 4.0.6 ドキュメント 5751
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o functions are passed as parameters to the django.views.decorators.http.condition decorator. This decorato ... changed page for your front page view: from django.views.decorators.http import condition @condition ( last ... Tag or only last-modified computations. The django.views.decorators.http.etag and django.views.decorators.h ... s for advanced usage: It's applied globally to all views in your project. It doesn't save you from generati ...
https://man.plustar.jp/django/topics/conditional-view-processing.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT