検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 257 for which (0.130 sec.)
Django 1.4.4 release notes — Django 4.0.6 ドキュメント 4741
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s -- make use of full URLs, including domain name, which are generated from the HTTP Host header. Django's ... e an XML document with a DTD (DOCTYPE definition), which closes off these attack avenues. These issues in t ...
https://man.plustar.jp/django/releases/1.4.4.html - [similar]
Django 2.2.4 リリースノート — Django 4.0.6 ドキュメント 4741
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... hars_html and truncatewords_html template filters, which were thus vulnerable. The regular expressions used ... ement the corresponding striptags template filter, which was thus also vulnerable. strip_tags() now avoids ...
https://man.plustar.jp/django/releases/2.2.4.html - [similar]
条件付きビュー — Django 4.0.6 ドキュメント 4741
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... st modified time, you should do so. You don't know which headers any given HTTP client will send you, so be ... odified_func ) We could write the earlier example, which only uses a last-modified function, using one of t ... It doesn't save you from generating the response, which may be expensive. これが適切なのは、HTTP の GET リ ...
https://man.plustar.jp/django/topics/conditional-view-processing.html - [similar]
アグリゲーション — Django 4.0.6 ドキュメント 4741
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... er has the effect of constraining the objects over which the aggregate is calculated. For example, you can ... clauses, pay particular attention to the order in which the clauses are applied to the QuerySet . When an ... lauses ¶ As with the filter() clause, the order in which annotate() and values() clauses are applied to a q ... values ( 'data' ) . annotate ( Count ( 'id' )) ...which will group the Item objects by their common data v ...
https://man.plustar.jp/django/topics/db/aggregation.html - [similar]
Django のインストール方法 — Django 4.0.6 ドキュメント 4741
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n memory throughout the life of an Apache process, which leads to significant performance gains over other ... s. Consult the mod_wsgi documentation to determine which mode is right for your setup. Make sure you have A ... . This tool provides isolated Python environments, which are more practical than installing packages system ...
https://man.plustar.jp/django/topics/install.html - [similar]
Measurement Objects — Django 4.0.6 ドキュメント 4681
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... plements two objects, Distance and Area -- both of which may be accessed via the D and A convenience aliase ... cts multiplied together will yield an Area object, which uses squared units of measure: >>> a = d1 * d2 # R ...
https://man.plustar.jp/django/ref/contrib/gis/measure.html - [similar]
パフォーマンスと最適化 — Django 4.0.6 ドキュメント 4681
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... se can typically do things faster than Python can, which can do them faster than the template language can: ... er: in a real-life case, {{ my_bicycles.count }} , which invokes the QuerySet count() method directly from ... ated when it needs to be. Thus the lazy argument - which could be an expensive one - will not be called upo ... Alternative template systems vary in the extent to which they share Django's templating language. 注釈 If y ...
https://man.plustar.jp/django/topics/performance.html - [similar]
How to manage error reporting — Django 4.0.6 ドキュメント 4622
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s a set of function decorators to help you control which information should be filtered out of error report ... ilter' You may also control in a more granular way which filter to use within any given view by setting the ... reports. As with the filter class, you may control which exception reporter class to use within any given v ...
https://man.plustar.jp/django/howto/error-reporting.html - [similar]
How to override templates — Django 4.0.6 ドキュメント 4622
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... plates for a third-party application called blog , which provides the templates blog/post.html and blog/lis ... . The new template extends admin/base_site.html , which is the same template as is being overridden. The t ...
https://man.plustar.jp/django/howto/overriding-templates.html - [similar]
Model _meta API — Django 4.0.6 ドキュメント 4622
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e through the _meta attribute of each model class, which is an instance of an django.db.models.options.Opti ... accepts two parameters that can be used to control which fields are returned: include_parents True by defau ...
https://man.plustar.jp/django/ref/models/meta.html - [similar]