検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 331 for using (0.072 sec.)
ミドルウェア — Django 4.0.6 ドキュメント 5782
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ews may be excluded from the APPEND_SLASH behavior using the no_append_slash() decorator: from django.views ... me exposed to a number of possible attacks. Before using GZipMiddleware on your site, you should consider v ... bt about whether you're affected, you should avoid using GZipMiddleware . For more details, see the the BRE ... You can apply GZip compression to individual views using the gzip_page() decorator. Conditional GET middlew ...
https://man.plustar.jp/django/ref/middleware.html - [similar]
Django 1.9.2 リリースノート — Django 4.0.6 ドキュメント 5782
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ¶ Fixed a regression in ConditionalGetMiddleware causing If-None-Match checks to always return HTTP 200 ( # ... t window ( #25997 ). Fixed a regression in 1.8.8 causing incorrect index handling in migrations on PostgreS ... e defining a relation on an abstract model's field using a string model name without an app_label no longer ... lved that reference to the abstract model's app if using that model in another application ( #25858 ). Fixe ...
https://man.plustar.jp/django/releases/1.9.2.html - [similar]
Django 3.0.4 リリースノート — Django 4.0.6 ドキュメント 5782
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ggregates on Oracle were subject to SQL injection, using a suitably crafted tolerance . Bugfixes ¶ Fixed a ... data loss possibility when using caching from async code ( #31253 ). Fixed a regres ... sion in Django 3.0 that caused a file response using a temporary file to be closed incorrectly ( #31240 ... loss possibility in the select_for_update() . When using related fields or parent link fields with 複数テー ...
https://man.plustar.jp/django/releases/3.0.4.html - [similar]
Django 4.0 release notes — Django 4.0.6 ドキュメント 5736
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... jango. This is the next step in the migration from using pytz to using zoneinfo . Django 3.2 allowed the us ... utomatically installed alongside Django if you are using Python 3.8. The move to zoneinfo should be largely ... r, if you are working with non-UTC time zones, and using the pytz normalize() and localize() APIs, possibly ... uide showing how to move to the new zoneinfo APIs. Using pytz_deprecation_shim and the USE_DEPRECATED_PYTZ ...
https://man.plustar.jp/django/releases/4.0.html - [similar]
The Django template language: for Python programmers — Django 4.0.6 ドキュメン... 5644
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n't familiar with these concepts. オーバービュー ¶ Using the template system in Python is a three-step proc ... ying Template . Configuring an engine ¶ If you are using the DjangoTemplates backend, this probably isn't t ... of the Engine class described below is accessible using the engine attribute of that backend and any attri ... }} will be interpreted as a literal string and not using the value of the variable "bar", if one exists in ...
https://man.plustar.jp/django/ref/templates/api.html - [similar]
Django 1.11.1 リリースノート — Django 4.0.6 ドキュメント 5608
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... th the correct name ( #28051 ). Fixed a crash when using a __icontains lookup on a ArrayField ( #28038 ). F ... ixed a crash when using a two-tuple in EmailMessage 's attachments argumen ... gination warnings ( #28109 ). Fixed a regression causing incorrect queries for __in subquery lookups when m ... crash in BaseInlineFormSet._construct_form() when using save_as_new ( #28159 ). Fixed a regression where M ...
https://man.plustar.jp/django/releases/1.11.1.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 5562
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... creating messages with common levels easier. When using them you can omit the level argument because it is ... 組み込みタグ ¶ Django's system checks are organized using the following tags: admin : Checks of any admin si ... mand or if you specify configured database aliases using the --database option when calling the check comma ... tead. データベース ¶ MySQL and MariaDB ¶ If you're using MySQL or MariaDB, the following checks will be per ...
https://man.plustar.jp/django/ref/checks.html - [similar]
Django 1.5.3 release notes — Django 4.0.6 ドキュメント 5562
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n data before storing it in the backend. If you're using the signed cookie session backend and SECRET_KEY i ... ttack can be mitigated by serializing session data using JSON rather than pickle . To facilitate this, Djan ... backwards compatibility, this setting defaults to using pickle . While JSON serialization does not support ... keys, you will likely run into problems if you are using non-string keys in request.session . See the セッシ ...
https://man.plustar.jp/django/releases/1.5.3.html - [similar]
Django 2.2.2 リリースノート — Django 4.0.6 ドキュメント 5562
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... minURLFieldWidget now validates the provided value using URLValidator before displaying the clickable link. ... warg to AdminURLFieldWidget.__init__() , e.g. when using formfield_overrides . Patched bundled jQuery for C ... ader doesn't detect changes in manage.py file when using StatReloader ( #30479 ). Fixed crash of ArrayAgg a ... rily reloads translation files multiple times when using StatReloader ( #30523 ). 目次 Django 2.2.2 リリース ...
https://man.plustar.jp/django/releases/2.2.2.html - [similar]
PostgreSQL specific model fields — Django 4.0.6 ドキュメント 5516
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... dex choice is dependent on the queries that you're using. Generally, GiST may be a good choice for the rang ... t returns a list (such as a function). Incorrectly using default=[] creates a mutable default that is share ... PostgreSQL has some rather esoteric behavior when using indexes and slices on multidimensional arrays. It ... Read about the performance considerations prior to using it. To use citext , use the CITextExtension operat ...
https://man.plustar.jp/django/ref/contrib/postgres/fields.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT