検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 118 for Page (0.021 sec.)
Django 2.1.5 リリースノート — Django 4.0.6 ドキュメント 7433
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 8: Content spoofing possibility in the default 404 page ¶ An attacker could craft a malicious URL that cou ... ld make spoofed content appear on the default page generated by the django.views.defaults.page_not_fo ... 8: Content spoofing possibility in the default 404 page Bugfixes 前のトピックへ Django 2.1.6 リリースノート ... .4 リリースノート 関連キーワード Fixed , default , page , issue , schema , spoofing , path , regression , ...
https://man.plustar.jp/django/releases/2.1.5.html - [similar]
Djangoの認証システムを使用する — Django 4.0.6 ドキュメント 7234
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ます。例えば、 Site editors グループが can_edit_home_page 権限を持っていた場合、そのグループに属する全てのユ ... : login ( request , user ) # Redirect to a success page. ... else : # Return an 'invalid login' error mess ... uest ): logout ( request ) # Redirect to a success page. logout() は対象となるユーザーが最初からログインし ... する ¶ 原理的な方法 ¶ The raw way to limit access to pages is to check request.user.is_authenticated and eit ...
https://man.plustar.jp/django/topics/auth/default.html - [similar]
Django 1.11.5 リリースノート — Django 4.0.6 ドキュメント 7196
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... le XSS in traceback section of technical 500 debug page ¶ In older versions, HTML autoescaping was disable ... ortion of the template for the technical 500 debug page. Given the right circumstances, this allowed a cro ... shouldn't run with DEBUG = True (which makes this page accessible) in your production settings. Bugfixes ... e function-based logout() view ( #28513 ). Omitted pages_per_range from BrinIndex.deconstruct() if it's No ...
https://man.plustar.jp/django/releases/1.11.5.html - [similar]
The Django admin documentation generator — Django 4.0.6 ドキュメント 7147
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the "Documentation" link in the upper right of the page. Documentation helpers ¶ The following special mar ... el reference ¶ The models section of the admindocs page describes each model in the system along with all ... in your site has a separate entry in the admindocs page, and clicking on a given URL will show you the cor ... r reference documentation come directly from those pages). Any tags or filters that you create or are adde ...
https://man.plustar.jp/django/ref/contrib/admin/admindocs.html - [similar]
クラスベースのビューでミックスインを使用する — Django 4.0.6 ドキュメント 6997
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he context data. ListView will add in the suitable page_obj and paginator for us providing we remember to ... {{ publisher.name }} </ h2 > < ol > {% for book in page_obj %} < li > {{ book.title }} </ li > {% endfor % ... "pagination" > < span class = "step-links" > {% if page_obj.has_previous %} < a href = "?page= {{ page_obj ... .previous_page_number }} " > previous </ a > {% endif %} < span c ...
https://man.plustar.jp/django/topics/class-based-views/mixins.html - [similar]
Django の admin サイト — Django 4.0.6 ドキュメント 6910
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ンを使用してください。たとえば、 django.contrib.flatpages.models.FlatPage モデルに対して admin フォームのよ ... プルなバージョンを定義することができます: class FlatPageAdmin ( admin . ModelAdmin ): fields = ( 'url' , 't ... ontent フィールドは次の行に表示されます: class FlatPageAdmin ( admin . ModelAdmin ): fields = (( 'url' , ' ... るフィールドのリストを含みます。 django.contrib.flatpages.models.FlatPage モデルを用いた例は以下のようになり ...
https://man.plustar.jp/django/ref/contrib/admin/index.html - [similar]
The flatpages app — Django 4.0.6 ドキュメント 6872
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Index | Modules « previous | up | next » The flatpages app ¶ Django comes with an optional "flatpages" a ... a Django's admin interface and a Python API. A flatpage is a object with a URL, title and content. Use it ... for one-off, special-case pages, such as "About" or "Privacy Policy" pages, that ... want to develop a custom Django application. A flatpage can use a custom template or a default, systemwide ...
https://man.plustar.jp/django/ref/contrib/flatpages.html - [similar]
Django のローカライズ — Django 4.0.6 ドキュメント 6835
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ついて他の翻訳者と議論したい場合は、 Django project page を訪問してください。翻訳に協力したり、新しい言語を ... 認する。 Transifex にサインアップし、 Django project page を訪問する。 On the Django project page , choose t ... ranslation resource you want to update on the team page. For example the "core" resource refers to the tra ... ット 関連キーワード 翻訳 , Transifex , translation , page , ドキュメント , patch , also , documentation , re ...
https://man.plustar.jp/django/internals/contributing/localizing.html - [similar]
ミドルウェア — Django 4.0.6 ドキュメント 6835
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Zip compression to individual views using the gzip_page() decorator. Conditional GET middleware ¶ class Co ... the browser will send the full URL of the linking page as the referrer. While this can be useful for some ... ample, if the user is visiting https://example.com/page.html , the Referer header would contain "https://e ... xample.com/page.html" . Origin only: send only the "origin" in the ...
https://man.plustar.jp/django/ref/middleware.html - [similar]
索引 — Django 4.0.6 ドキュメント 6710
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... list.MultipleObjectMixin の属性) allow_empty_first_page (Paginator の属性) allow_files (FilePathField の属 ... s.bad_request() (django.views モジュール) defaults.page_not_found() (django.views モジュール) defaults.per ... b.contenttypes.forms モジュール django.contrib.flatpages モジュール django.contrib.gis モジュール django.c ... che モジュール django.views.decorators.cache.cache_page() 組み込み関数 django.views.decorators.common モジ ...
https://man.plustar.jp/django/genindex.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT