検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 320 for not (0.042 sec.)
ミドルウェア — Django 4.0.6 ドキュメント 4950
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ass BrokenLinkEmailsMiddleware ¶ Sends broken link notification emails to MANAGERS (see How to manage err ... ody so that compression happens afterward. It will NOT compress content if any of the following are true: ... Since , the response is replaced by an HttpResponseNotModified . Locale ミドルウェア ¶ class LocaleMiddle ... 警告 The HSTS policy applies to your entire domain, not just the URL of the response that you set the head ...
https://man.plustar.jp/django/ref/middleware.html - [similar]
複数のデータベース — Django 4.0.6 ドキュメント 4950
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... parameters dictionary can be left blank if it will not be used. To do this, you must set up DATABASE_ROUT ... will raise a django.utils.connection.ConnectionDoesNotExist exception. Synchronizing your databases ¶ The ... y contains the model class under the key 'model' . Note that it may be a historical model , and thus not ... - what does this mean in practice? Let's consider another sample configuration. This one will have severa ...
https://man.plustar.jp/django/topics/db/multi-db.html - [similar]
バリデータ — Django 4.0.6 ドキュメント 4866
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ing the keys missing_keys and/or extra_keys . 注釈 Note that this checks only for the existence of a give ... n key, not that the value of a key is non-empty. Range valida ... ] ¶ Validates that the upper bound of the range is not greater than limit_value . RangeMinValueValidator ... ] ¶ Validates that the lower bound of the range is not less than the limit_value . 目次 バリデータ KeysVa ...
https://man.plustar.jp/django/ref/contrib/postgres/validators.html - [similar]
非同期サポート — Django 4.0.6 ドキュメント 4866
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... パフォーマンス ¶ When running in a mode that does not match the view (e.g. an async view under WSGI, or ... pen for middleware exception propagation. This may not be noticeable at first, but adding this penalty of ... LOW_ASYNC_UNSAFE ¶ Certain key parts of Django are not able to operate safely in an async environment, as ... they have global state that is not coroutine-aware. These parts of Django are classif ...
https://man.plustar.jp/django/topics/async.html - [similar]
The "sites" framework — Django 4.0.6 ドキュメント 4829
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rrent_site ( request ) . id ) except Article . DoesNotExist : raise Http404 ( "Article does not exist on ... talled, and return a RequestSite instance if it is not. If you don't have access to the request object, y ... t functionality, which lets readers sign up to get notifications when news happens. It's pretty basic: A ... ind the scenes. But the "thank you for signing up" notice needs to be different for each site. By using S ...
https://man.plustar.jp/django/ref/contrib/sites.html - [similar]
TemplateResponse and SimpleTemplateResponse — Django 4.0.6 ドキュメント 4829
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the response. The final output of the response is not computed until it is needed, later in the response ... charset in which the response will be encoded. If not given it will be extracted from content_type , and ... instance. If the callback returns a value that is not None , this will be used as the response instead o ... charset in which the response will be encoded. If not given it will be extracted from content_type , and ...
https://man.plustar.jp/django/ref/template-response.html - [similar]
バリデータ — Django 4.0.6 ドキュメント 4829
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... != 0 : raise ValidationError ( _ ( ' %(value)s is not an even number' ), params = { 'value' : value }, ) ... alidationError with message and code if a match is not found. Its behavior can be inverted by setting inv ... 場合、 code をオーバーライドします。 allowlist -- If not None , overrides allowlist . message ¶ The error m ... in the allowlist , this validation is bypassed. If not provided, the default allowlist is ['localhost'] . ...
https://man.plustar.jp/django/ref/validators.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 4829
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ased by 20%. This backwards compatible change will not affect users who have subclassed django.contrib.au ... mission_required() accepts all kinds of iterables, not only list and tuples. The new PersistentRemoteUser ... t of required memory. However, this improvement is not available when unapplying migrations and therefore ... aracters in slugs. Added support for referencing annotations in QuerySet.distinct() . connection.queries ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
Django 3.2.1 release notes — Django 4.0.6 ドキュメント 4829
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ules « previous | up | next » Django 3.2.1 release notes ¶ May 4, 2021 Django 3.2.1 fixes a security issu ... subclasses of BigAutoField and SmallAutoField were not allowed for the DEFAULT_AUTO_FIELD setting ( #3262 ... ) , and difference() when it was ordered by an unannotated field ( #32627 ). Restored, following a regres ... rendering the sitemap template if alternates were not defined ( #32648 ). Fixed a regression in Django 3 ...
https://man.plustar.jp/django/releases/3.2.1.html - [similar]
django.utils.html — Django 4.0.6 ドキュメント 4783
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Return the given HTML with all tags stripped.""" # Note: in typical case this loop executes _strip_once o ... query : # Separately unquoting key/value, so as to not mix querystring separators # included in query val ... 'll still do the right thing. If trim_url_limit is not None, truncate the URLs in the link text longer th ... # An @ must be in the middle of the value. if "@" not in value or value . startswith ( "@" ) or value . ...
https://man.plustar.jp/django/_modules/django/utils/html.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 NEXT