検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 30 for condition (0.011 sec.)
条件付きビュー — Django 4.0.6 ドキュメント 13403
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... set by your view function, or you can rely on the ConditionalGetMiddleware middleware to set the ETag header. ... the ETag sent by the client, a 412 status code (Precondition Failed) may be returned. When you need more fine-g ... rained control you may use per-view conditional processing functions. condition デコレータ ¶ Som ... as parameters to the django.views.decorators.http.condition decorator. This decorator uses the two functions ( ...
https://man.plustar.jp/django/topics/conditional-view-processing.html - [similar]
PostgreSQL specific database constraints — Django 4.0.6 ドキュメント 11908
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... int ( * , name , expressions , index_type = None , condition = None , deferrable = None , include = None , opcl ... If not provided, the default index type is GIST . condition ¶ ExclusionConstraint. condition ¶ A Q object that ... specifies the condition to restrict a constraint to a subset of rows. For ... example, condition=Q(cancelled=False) . These conditions have the sam ...
https://man.plustar.jp/django/ref/contrib/postgres/constraints.html - [similar]
Model index reference — Django 4.0.6 ドキュメント 11485
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e = None , db_tablespace = None , opclasses = () , condition = None , include = None ) ¶ Creates an index (B-Tr ... SQL. Index.name is required when using opclasses . condition ¶ Index. condition ¶ If the table is very large an ... ful to restrict an index to that subset. Specify a condition as a Q . For example, condition=Q(pages__gt=400) i ... than 400 pages. Index.name is required when using condition . Restrictions on PostgreSQL PostgreSQL requires f ...
https://man.plustar.jp/django/ref/models/indexes.html - [similar]
Constraints reference — Django 4.0.6 ドキュメント 10917
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ity error on save() . UniqueConstraint s without a condition (i.e. non-partial unique constraints) and expressi ... aint ( * expressions , fields = () , name = None , condition = None , deferrable = None , include = None , opcl ... t always specify a unique name for the constraint. condition ¶ UniqueConstraint. condition ¶ A Q object that sp ... ecifies the condition you want the constraint to enforce. 例: UniqueCons ...
https://man.plustar.jp/django/ref/models/constraints.html - [similar]
Conditional Expressions — Django 4.0.6 ドキュメント 10202
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ontents | Index | Modules « previous | up | next » Conditional Expressions ¶ Conditional expressions let you us ... filters, annotations, aggregations, and updates. A conditional expression evaluates a series of conditions for ... table and returns the matching result expression. Conditional expressions can also be combined and nested like ... other expressions . The conditional expression classes ¶ We'll be using the followin ...
https://man.plustar.jp/django/ref/models/conditional-expressions.html - [similar]
Django 2.2.1 リリースノート — Django 4.0.6 ドキュメント 8204
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ons for check constraints and partial indexes when condition contains a range object ( #30350 ). Reverted an op ... cle and SQLite when adding a check constraint with condition contains | ( OR ) operator ( #30412 ). 目次 Django ...
https://man.plustar.jp/django/releases/2.2.1.html - [similar]
Django 1.9.5 リリースノート — Django 4.0.6 ドキュメント 7700
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... cially crafted user input ( #26325 ). Fixed a race condition in BaseCache.get_or_set() ( #26332 ). It now retur ...
https://man.plustar.jp/django/releases/1.9.5.html - [similar]
Django 3.2.1 release notes — Django 4.0.6 ドキュメント 7635
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ships in CheckConstraint.check or UniqueConstraint.condition ( #32635 ). Fixed a regression in Django 3.2 that ...
https://man.plustar.jp/django/releases/3.2.1.html - [similar]
View decorators — Django 4.0.6 ドキュメント 7570
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... return a django.http.HttpResponseNotAllowed if the conditions are not met. require_http_methods ( request_metho ... prefer using require_safe instead of require_GET . Conditional view processing ¶ The following decorators in dj ... d to control caching behavior on particular views. condition ( etag_func = None , last_modified_func = None ) ¶ ... ed to generate ETag and Last-Modified headers; see conditional view processing . GZip compression ¶ The decorat ...
https://man.plustar.jp/django/topics/http/decorators.html - [similar]
クロスサイトリクエストフォージェリ (CSRF) 対策 — Django 4.0.6 ドキュメント 7489
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ay want to provide your own view for handling this condition. To do this, set the CSRF_FAILURE_VIEW setting. CS ... th ¶ A view needs CSRF protection under one set of conditions only, and mustn't have it for the rest of the tim ... rotected_path ( request ): do_something () if some_condition (): return protected_path ( request ) else : do_so ...
https://man.plustar.jp/django/ref/csrf.html - [similar]
PREV 1 2 3 NEXT