検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 320 for not (0.041 sec.)
Advanced testing topics — Django 4.0.6 ドキュメント 5986
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ts, it's up to you to handle the response. It does not support middleware. Session and authentication att ... '/customer/details' ) # Recall that middleware are not supported. You can simulate a # logged-in user by ... goproject.dev' , 'docs.djangoproject.dev' , ... ] Another option is to add the required hosts to ALLOWED_ ... file or for projects where the list of domains is not static (e.g., subdomains for multitenancy). For ex ...
https://man.plustar.jp/django/topics/testing/advanced.html - [similar]
Built-in Views — Django 4.0.6 ドキュメント 5903
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to serve any directory you give it. (This view is not hardened for production use and should be used onl ... { 'document_root' : settings . MEDIA_ROOT , }), ] Note, the snippet assumes your MEDIA_URL has a value o ... see エラービューをカスタマイズする . The 404 (page not found) view ¶ defaults. page_not_found ( request , ... default, it's the view django.views.defaults.page_not_found() , which either produces a "Not Found" mess ...
https://man.plustar.jp/django/ref/views.html - [similar]
Organization of the Django Project — Django 4.0.6 ドキュメント 5866
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... est which constitutes a minor change (small enough not to require the use of the DEP process ). A Merger ... must not merge a change primarily authored by that Merger, ... unless the pull request has been approved by: another Merger, a technical board member, a member of t ... e is no upper limit to the number of Mergers. It's not a requirement that a Merger is also a Django Fello ...
https://man.plustar.jp/django/internals/organization.html - [similar]
Django 1.3.6 release notes — Django 4.0.6 ドキュメント 5866
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ules « previous | up | next » Django 1.3.6 release notes ¶ February 19, 2013 Django 1.3.6 fixes four secu ... Django's documentation has for some time contained notes advising users on how to configure web servers t ... names for this site. A request with a Host header not matching an entry in this list will raise Suspicio ... ted database fixtures. The fixture deserializer is not intended for use with untrusted data, but in order ...
https://man.plustar.jp/django/releases/1.3.6.html - [similar]
django.core.paginator — Django 4.0.6 ドキュメント 5819
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... dPage ( Exception ): pass [ドキュメント] class PageNotAnInteger ( InvalidPage ): pass [ドキュメント] clas ... ber.""" try : if isinstance ( number , float ) and not number . is_integer (): raise ValueError number = ... ber ) except ( TypeError , ValueError ): raise PageNotAnInteger ( _ ( "That page number is not an integer ... ber = self . validate_number ( number ) except PageNotAnInteger : number = 1 except EmptyPage : number = ...
https://man.plustar.jp/django/_modules/django/core/paginator.html - [similar]
How to create custom template tags and filters — Django 4.0.6 ドキュメント 5782
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... falls into one of two situations: Your filter does not introduce any HTML-unsafe characters ( < , > , ' , ... " or & ) into the result that were not already present. In this case, you can let Django ... jango will escape the output whenever the input is not already marked as "safe". By default, is_safe is F ... ed through django.utils.html.conditional_escape or not. (In the latter case, we use the identity function ...
https://man.plustar.jp/django/howto/custom-template-tags.html - [similar]
リクエストとレスポンスのオブジェクト — Django 4.0.6 ドキュメント 5782
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... representing the full path to the requested page, not including the scheme, domain, or query string. 例: ... ncoding value. Useful if you know the form data is not in the DEFAULT_CHARSET encoding. HttpRequest. cont ... orm is requested via the POST HTTP method but does not include form data. Therefore, you shouldn't use if ... er would be mapped to the META key HTTP_X_BENDER . Note that runserver strips all headers with underscore ...
https://man.plustar.jp/django/ref/request-response.html - [similar]
Django 1.4.13 release notes — Django 4.0.6 ドキュメント 5782
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... les « previous | up | next » Django 1.4.13 release notes ¶ May 14, 2014 Django 1.4.13 fixes two security ... will set a Vary: Cookie header to ensure caches do not serve cached data to requests from other sessions. ... ar issues. Malformed redirect URLs from user input not correctly validated ¶ The validation for redirects ... did not correctly validate some malformed URLs, which are ...
https://man.plustar.jp/django/releases/1.4.13.html - [similar]
Django 1.4.4 release notes — Django 4.0.6 ドキュメント 5782
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ules « previous | up | next » Django 1.4.4 release notes ¶ February 19, 2013 Django 1.4.4 fixes four secu ... Django's documentation has for some time contained notes advising users on how to configure web servers t ... names for this site. A request with a Host header not matching an entry in this list will raise Suspicio ... -formatted database fixtures. This deserializer is not intended for use with untrusted data, but in order ...
https://man.plustar.jp/django/releases/1.4.4.html - [similar]
Django 1.5.8 release notes — Django 4.0.6 ドキュメント 5782
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ules « previous | up | next » Django 1.5.8 release notes ¶ May 14, 2014 Django 1.5.8 fixes two security i ... will set a Vary: Cookie header to ensure caches do not serve cached data to requests from other sessions. ... ar issues. Malformed redirect URLs from user input not correctly validated ¶ The validation for redirects ... did not correctly validate some malformed URLs, which are ...
https://man.plustar.jp/django/releases/1.5.8.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT