検索

phrase: max: clip:
target: order:
Results of 261 - 270 of about 387 for This (0.124 sec.)
django.contrib.postgres.validators — Django 4.0.6 ドキュメント 3748
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s None or a . upper > b message = _ ( "Ensure that this range is completely less than or equal to %(limit_ ... s None or a . lower < b message = _ ( "Ensure that this range is completely greater than or equal to %(lim ...
https://man.plustar.jp/django/_modules/django/contrib/postgres/validators.html - [similar]
django.utils.text — Django 4.0.6 ドキュメント 3748
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ncation text if the current text already # ends in this. return text return " %s%s " % ( text , truncate ) ... ist_ [ 0 ]) return " %s %s %s " % ( # Translators: This string is used as a separator between list element ... unescape_string_literal()). >>> list(smart_split(r'This is "a person\'s" test.')) ['This', 'is', '"a perso ...
https://man.plustar.jp/django/_modules/django/utils/text.html - [similar]
はじめての Django アプリ作成、その 1 — Django 4.0.6 ドキュメント 3748
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... "No module named django" とエラーが表示されます。 This tutorial is written for Django 4.0, which supports ... the version switcher at the bottom right corner of this page, or update Django to the newest version. If y ... don't do that. It's not a good idea to put any of this Python code within your web server's document root ... eb server written purely in Python. We've included this with Django so you can develop things rapidly, wit ...
https://man.plustar.jp/django/intro/tutorial01.html - [similar]
クリックジャッキング対策 — Django 4.0.6 ドキュメント 3748
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ロックします。 Django provides a few ways to include this header in responses from your site: A middleware t ... ing HttpResponse . If you want any other value for this header instead, set the X_FRAME_OPTIONS setting: X ... oad_in_a_frame ( request ): return HttpResponse ( "This page is safe to load in a frame on any site." ) 注 ...
https://man.plustar.jp/django/ref/clickjacking.html - [similar]
Django 1.4.21 release notes — Django 4.0.6 ドキュメント 3748
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... cookies that didn't already have a session record. This could allow an attacker to easily create many new ... ified; empty session records are not created. Thus this potential DoS is now only possible if the site cho ...
https://man.plustar.jp/django/releases/1.4.21.html - [similar]
Django 1.7.9 release notes — Django 4.0.6 ドキュメント 3748
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... cookies that didn't already have a session record. This could allow an attacker to easily create many new ... ified; empty session records are not created. Thus this potential DoS is now only possible if the site cho ...
https://man.plustar.jp/django/releases/1.7.9.html - [similar]
Django 1.8.7 リリースノート — Django 4.0.6 ドキュメント 3748
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... specify an unvalidated format for dates and passes this format to the date filter, e.g. {{ last_updated|da ... . e.g. "SECRET_KEY" instead of "j/m/Y" . To remedy this, the underlying function used by the date template ...
https://man.plustar.jp/django/releases/1.8.7.html - [similar]
Django 1.8.8 リリースノート — Django 4.0.6 ドキュメント 3748
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... read more about the decision and to let us know if this will be problematic for you, please read the djang ... he-Control ) to better prevent caching ( #13008 ). This fixes a problem where a page refresh in Firefox cl ...
https://man.plustar.jp/django/releases/1.8.8.html - [similar]
django.core.paginator — Django 4.0.6 ドキュメント 3722
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... kwargs ): """ Return an instance of a single page. This hook can be used by subclasses to use an alternati ... "" Return the 1-based index of the first object on this page, relative to total objects in the paginator. ... """ Return the 1-based index of the last object on this page, relative to total objects found (hits). """ ...
https://man.plustar.jp/django/_modules/django/core/paginator.html - [similar]
Simple mixins — Django 4.0.6 ドキュメント 3722
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... _context ¶ A dictionary to include in the context. This is a convenient way of specifying some context in ... thods to template authors. To prevent methods like this from being called in the template, set alters_data ...
https://man.plustar.jp/django/ref/class-based-views/mixins-simple.html - [similar]