検索

phrase: max: clip:
target: order:
Results of 181 - 190 of about 387 for This (0.138 sec.)
Django 1.5.2 release notes — Django 4.0.6 ドキュメント 4147
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ext » Django 1.5.2 release notes ¶ August 13, 2013 This is Django 1.5.2, a bugfix and security release for ... into a link, they could suffer from a XSS attack. This bug doesn't affect Django currently, since we only ... put this URL into the Location response header and browsers ... t on the admin change page. The display routine of this widget was flawed and allowed for XSS. Bugfixes ¶ ...
https://man.plustar.jp/django/releases/1.5.2.html - [similar]
Django 1.6.5 release notes — Django 4.0.6 ドキュメント 4147
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ts with a different session, or no session at all. This can lead to information disclosure and can be a ve ... e request was made by Internet Explorer. To remedy this, the special behavior for these older Internet Exp ... lformed URLs, which are accepted by some browsers. This allows a user to be redirected to an unsafe URL un ... browsers with more liberal URL parsing. To remedy this, the validation in is_safe_url() has been tightene ...
https://man.plustar.jp/django/releases/1.6.5.html - [similar]
ページネーション — Django 4.0.6 ドキュメント 4121
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... _index () # The 1-based index of the first item on this page 3 >>> page2 . end_index () # The 1-based inde ... x of the last item on this page 4 >>> p . page ( 0 ) Traceback (most recent c ... tin way to paginate the displayed list. You can do this by adding a paginate_by attribute to your view cla ... View ( ListView ): paginate_by = 2 model = Contact This limits the number of objects per page and adds a p ...
https://man.plustar.jp/django/topics/pagination.html - [similar]
Django におけるセキュリティ — Django 4.0.6 ドキュメント 4121
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ent side scripts into the browsers of other users. This is usually achieved by storing the malicious scrip ... rks by checking for a secret in each POST request. This ensures that a malicious user cannot "replay" a fo ... ined with redirecting requests over HTTP to HTTPS, this will ensure that connections always enjoy the adde ... revent denial of service (DOS) attacks. In Apache, this can be easily set using the LimitRequestBody direc ...
https://man.plustar.jp/django/topics/security.html - [similar]
django.core.validators — Django 4.0.6 ドキュメント 4095
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ion 3.1. It's defined to be 255 bytes or less, but this includes # one byte for the length of the name and ... dden to avoid ambiguity with the octal # notation. This restriction is included in Python 3.9.5+. # TODO: ... ctible class BaseValidator : message = _ ( "Ensure this value is %(limit_value)s (it is %(show_value)s )." ... Validator ( BaseValidator ): message = _ ( "Ensure this value is less than or equal to %(limit_value)s ." ...
https://man.plustar.jp/django/_modules/django/core/validators.html - [similar]
パフォーマンスと最適化 — Django 4.0.6 ドキュメント 4095
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... you start thinking about improving performance. In this respect Python is an excellent language to work wi ... te. However, it will almost always be faster to do this work at lower rather than higher levels. At higher ... or even before it's possible to instantiate them. This has numerous uses. For example, lazy translation c ... 延 ¶ Django is itself quite lazy. A good example of this can be found in the evaluation of QuerySets . Quer ...
https://man.plustar.jp/django/topics/performance.html - [similar]
django.utils.html — Django 4.0.6 ドキュメント 4069
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... , even if it's already escaped and marked as such. This may result in double-escaping. If this is a concer ... pt that it doesn't operate on pre-escaped strings. This function relies on the __html__ convention used bo ... onal_escape(), and call mark_safe() on the result. This function should be used instead of str.format or % ... with all tags stripped.""" # Note: in typical case this loop executes _strip_once once. Loop condition # i ...
https://man.plustar.jp/django/_modules/django/utils/html.html - [similar]
How to implement a custom template backend — Django 4.0.6 ドキュメント 4069
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e of the subdirectory containing the templates for this engine # inside an installed application. app_dirn ... とができます。たとえば: Custom engines can populate this information by setting a template_debug attribute ... on exceptions raised during parsing and rendering. This attribute is a dict with the following values: 'na ... and including the line the exception occurred on. This is for context, so it shouldn't contain more than ...
https://man.plustar.jp/django/howto/custom-template-backend.html - [similar]
GeoDjango Database API — Django 4.0.6 ドキュメント 4069
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... anyon' , rast = rast ) >>> dem . save () Note that this equivalent to: >>> dem = Elevation . objects . cre ... ion . objects . filter ( poly__contains = rst ) In this case, poly is the geographic field, contains is th ... ple of the raster and band index can be specified. This results in the following general form for lookups ... ly converted to a geometry. It's important to keep this in mind when interpreting the lookup results. The ...
https://man.plustar.jp/django/ref/contrib/gis/db-api.html - [similar]
Django 1.2.2 release notes — Django 4.0.6 ドキュメント 4069
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ngo 1.2.2 release notes ¶ Django 1.2.2 へようこそ! This is the second "bugfix" release in the Django 1.2 s ... case of Django 1.2.2, we have made an exception to this rule. In order to test a bug fix that forms part o ... e enforce_csrf_checks flag -- to the test client . This flag forces the test client to perform full CSRF c ...
https://man.plustar.jp/django/releases/1.2.2.html - [similar]