検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 150 for views (0.086 sec.)
ファイルのアップロード — Django 4.0.6 ドキュメント 5646
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... files to a form . This would look something like: views.py ¶ from django.http import HttpResponseRedirect ... サブクラスの post メソッドをオーバーライドします: views.py ¶ from django.views.generic.edit import FormVie ... 注意してください。以下はコードの例です: from django.views.decorators.csrf import csrf_exempt , csrf_protect ... ils.decorators import method_decorator from django.views import View from django.views.decorators.csrf impo ...
https://man.plustar.jp/django/topics/http/file-uploads.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 5611
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to standard output. You may choose what tables or views to inspect by passing their names as arguments. If ... no arguments are provided, models are created for views only if the --include-views option is used. Models ... tes ¶ Oracle ¶ Models are created for materialized views if --include-views is used. PostgreSQL ¶ Models ar ... oreign tables. Models are created for materialized views if --include-views is used. Models are created for ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
はじめての Django アプリ作成、その 1 — Django 4.0.6 ドキュメント 5588
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... migrations / __init__ . py models . py tests . py views . py このディレクトリ構造が、 poll アプリケーション ... ビュー作成 ¶ 最初のビューを書いてみましょう。 polls/views.py を開いて、以下の Python コードを書いてください: ... polls/views.py ¶ from django.http import HttpResponse def inde ... s / __init__ . py models . py tests . py urls . py views . py polls/urls.py ファイルには以下のコードを書いて ...
https://man.plustar.jp/django/intro/tutorial01.html - [similar]
Django 1.1 リリースノート — Django 4.0.6 ドキュメント 5588
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Django 1.1 adds a permanent argument to the django.views.generic.simple.redirect_to() view. This is technic ... longer use AdminSite.root() to register that admin views. That is, if your URLconf contains the line: ( r ' ... lient.get() and Client.post() . This makes testing views that issue redirects simpler. It's now easier to g ... You can now make fields editable on the admin list views via the new list_editable admin option. These fiel ...
https://man.plustar.jp/django/releases/1.1.html - [similar]
Multiple object mixins — Django 4.0.6 ドキュメント 5553
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... object mixins ¶ MultipleObjectMixin ¶ class django.views.generic.list. MultipleObjectMixin ¶ オブジェクトの ... 他の値はすべて 404 エラーとなります。 Extends django.views.generic.base.ContextMixin メソッドと属性 allow_emp ... MultipleObjectTemplateResponseMixin ¶ class django.views.generic.list. MultipleObjectTemplateResponseMixin ... hat performs template-based response rendering for views that operate upon a list of object instances. Requ ...
https://man.plustar.jp/django/ref/class-based-views/mixins-multiple-object.html - [similar]
Django 1.4.8 release notes — Django 4.0.6 ドキュメント 5553
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... f the add_view and user_change_password user admin views with sensitive_post_parameters() did not include m ... ethod_decorator() (required since the views are methods) resulting in the decorator not being ...
https://man.plustar.jp/django/releases/1.4.8.html - [similar]
Django 1.5.4 release notes — Django 4.0.6 ドキュメント 5553
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... f the add_view and user_change_password user admin views with sensitive_post_parameters() did not include m ... ethod_decorator() (required since the views are methods) resulting in the decorator not being ...
https://man.plustar.jp/django/releases/1.5.4.html - [similar]
Django 4.0.2 release notes — Django 4.0.6 ドキュメント 5482
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... aused displaying an incorrect name for class-based views on the technical 404 debug page ( #33425 ). Fixed ... an incorrect repr of ResolverMatch for class-based views ( #33426 ). Fixed a regression in Django 4.0 that ...
https://man.plustar.jp/django/releases/4.0.2.html - [similar]
クリックジャッキング対策 — Django 4.0.6 ドキュメント 5447
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... : from django.http import HttpResponse from django.views.decorators.clickjacking import xframe_options_exem ... : from django.http import HttpResponse from django.views.decorators.clickjacking import xframe_options_deny ... from django.views.decorators.clickjacking import xframe_options_same ...
https://man.plustar.jp/django/ref/clickjacking.html - [similar]
Django 1.10.1 release notes — Django 4.0.6 ドキュメント 5424
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the new objects ( #27026 ). Fixed crash of django.views.static.serve() with show_indexes enabled ( #26973 ... en a view is in a class, such as some of the admin views ( #27018 ). Reverted a few admin checks that check ...
https://man.plustar.jp/django/releases/1.10.1.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT