検索

phrase: max: clip:
target: order:
Results of 221 - 230 of about 312 for use (0.124 sec.)
メッセージフレームワーク — Django 4.0.6 ドキュメント 4002
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ould still iterate over the messages sequence, because otherwise the message storage will not be cleared ... sages . add_message ( request , CRITICAL , 'A serious error occurred.' ) 独自のメッセージレベルを作成する ... ging functionality, but don't want to require your users to enable it if they don't want to, you may pass ... he messages framework disabled and one attempts to use one of the add_message family of methods. It does ...
https://man.plustar.jp/django/ref/contrib/messages.html - [similar]
PostgreSQL specific query expressions — Django 4.0.6 ドキュメント 4002
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ew in Django 4.0. ArraySubquery is a Subquery that uses the PostgreSQL ARRAY constructor to build a list ... of values from the queryset, which must use QuerySet.values() to return only a single column. ... e function and does not require an SQL GROUP BY clause to build the list of values. For example, if you w ...
https://man.plustar.jp/django/ref/contrib/postgres/expressions.html - [similar]
PostgreSQL specific database functions — Django 4.0.6 ドキュメント 4002
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the pgcrypto extension must be installed. You can use the CryptoExtension migration operation to install ...
https://man.plustar.jp/django/ref/contrib/postgres/functions.html - [similar]
Paginator — Django 4.0.6 ドキュメント 4002
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... et s should be ordered, e.g. with an order_by() clause or with a default ordering on the model. 巨大な Qu ... al argument below). Paginator. orphans ¶ Optional. Use this when you don't want to have a last page with ... LLIPSIS ¶ New in Django 3.2. A translatable string used as a substitute for elided page numbers in the pa ... list) . This allows objects, such as QuerySet , to use a more efficient count() method when available. Pa ...
https://man.plustar.jp/django/ref/paginator.html - [similar]
Django 1.11.27 リリースノート — Django 4.0.6 ドキュメント 4002
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... submitting a suitably crafted email address making use of Unicode characters, that compared equal to an e ... xisting user email when lower-cased for comparison, an attacke ...
https://man.plustar.jp/django/releases/1.11.27.html - [similar]
Django 1.3.4 release notes — Django 4.0.6 ドキュメント 4002
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... oning ¶ Some parts of Django -- independent of end-user-written applications -- make use of full URLs, in ... ntation has for some time contained notes advising users on such configuration. Django's own built-in par ... HttpRequest.get_host() -- was incorrectly handling username/password information in the header. Thus, for ... ndom @evilsite . com Using this, an attacker can cause parts of Django -- particularly the password-reset ...
https://man.plustar.jp/django/releases/1.3.4.html - [similar]
Django 1.5.5 release notes — Django 4.0.6 ドキュメント 4002
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ers.basehttp.WSGIServerException has been removed. Use socket.error provided by the standard library inst ...
https://man.plustar.jp/django/releases/1.5.5.html - [similar]
Django 1.8.9 リリースノート — Django 4.0.6 ドキュメント 4002
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ugs in 1.8.8. Bugfixes ¶ Fixed a regression that caused the "user-tools" items to display on the admin's ... translations ( #26046 ). Fixed a regression that caused the incorrect day to be selected when opening the ... 22 ). Fixed the contrib.gis map widgets when using USE_THOUSAND_SEPARATOR=True ( #20415 ). 目次 Django 1. ...
https://man.plustar.jp/django/releases/1.8.9.html - [similar]
Django 1.9.8 リリースノート — Django 4.0.6 ドキュメント 4002
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d/change related popup. Element.textContent is now used to prevent execution of the data. The debug view ... also used innerHTML . Although a security issue wasn't iden ... ut of an abundance of caution it's also updated to use textContent . Bugfixes ¶ Fixed missing varchar/tex ...
https://man.plustar.jp/django/releases/1.9.8.html - [similar]
Django 2.0.10 リリースノート — Django 4.0.6 ドキュメント 4002
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... quoted to fix the issue for custom templates that use the path. Bugfixes ¶ Prevented repetitive calls to ...
https://man.plustar.jp/django/releases/2.0.10.html - [similar]