検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 50 for range (0.024 sec.)
PostgreSQL specific model fields — Django 4.0.6 ドキュメント 15611
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sing. Generally, GiST may be a good choice for the range fields and HStoreField , and GIN may be helpful fo ... al underlying data, but most other slices behave strangely at the database level and cannot be supported in ... __contains = [ 'collie' ]) <QuerySet [<Dog: Meg>]> Range Fields ¶ There are five range field types, corresp ... onding to the built-in range types in PostgreSQL. These fields are used to stor ...
https://man.plustar.jp/django/ref/contrib/postgres/fields.html - [similar]
django.core.paginator — Django 4.0.6 ドキュメント 12603
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d to replace omitted page numbers in elided page # range generated by paginators, e.g. [1, 2, '…', 5, 6, 7, ... __iter__ ( self ): for page_number in self . page_range : yield self . page ( page_number ) def validate_n ... en if the page argument isn't a number or isn't in range. """ try : number = self . validate_number ( numbe ... ceil ( hits / self . per_page ) @property def page_range ( self ): """ Return a 1-based range of pages for ...
https://man.plustar.jp/django/_modules/django/core/paginator.html - [similar]
バリデータ — Django 4.0.6 ドキュメント 9399
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ven key, not that the value of a key is non-empty. Range validators ¶ RangeMaxValueValidator ¶ class RangeM ... ) [ソース] ¶ Validates that the upper bound of the range is not greater than limit_value . RangeMinValueVal ... idator ¶ class RangeMinValueValidator ( limit_value , message = None ) ... [ソース] ¶ Validates that the lower bound of the range is not less than the limit_value . 目次 バリデータ ...
https://man.plustar.jp/django/ref/contrib/postgres/validators.html - [similar]
Paginator — Django 4.0.6 ドキュメント 9219
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e number doesn't exist. Paginator. get_elided_page_range ( number , * , on_each_side = 3 , on_ends = 2 ) [ソ ... sed list of page numbers similar to Paginator.page_range , but may add an ellipsis to either or both sides ... pages to include at the beginning and end of page range is determined by the on_ends argument which defaul ... urrent page is 10 and there are 50 pages, the page range will be [1, 2, '…', 7, 8, 9, 10, 11, 12, 13, '…', ...
https://man.plustar.jp/django/ref/paginator.html - [similar]
PostgreSQL specific form fields and widgets — Django 4.0.6 ドキュメント 8587
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... field. This can be done using the KeysValidator . Range Fields ¶ This group of fields all share similar fu ... nctionality for accepting range data. They are based on MultiValueField . They tre ... at one omitted value as an unbounded range. They also validate that the lower bound is not gr ... ater than the upper bound. All of these fields use RangeWidget . IntegerRangeField ¶ class IntegerRangeFiel ...
https://man.plustar.jp/django/ref/contrib/postgres/forms.html - [similar]
ページネーション — Django 4.0.6 ドキュメント 8271
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . count 4 >>> p . num_pages 2 >>> type ( p . page_range ) <class 'range_iterator'> >>> p . page_range rang ...
https://man.plustar.jp/django/topics/pagination.html - [similar]
django.utils.encoding — Django 4.0.6 ドキュメント 7955
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t, the unreserved characters from RFC 3986: _ascii_ranges = [[ 45 , 46 , 95 , 126 ], range ( 65 , 91 ), ran ... % char ) . encode (): bytes (( char ,)) for ascii_range in _ascii_ranges for char in ascii_range for fmt i ...
https://man.plustar.jp/django/_modules/django/utils/encoding.html - [similar]
PostgreSQL specific model indexes — Django 4.0.6 ドキュメント 7955
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ( * expressions , autosummarize = None , pages_per_range = None , ** options ) ¶ Creates a BRIN index . Set ... ation to be performed by autovacuum. The pages_per_range argument takes a positive integer. Changed in Djan ... useful on other types, such as HStoreField or the range fields . To use this index on data types not in th ...
https://man.plustar.jp/django/ref/contrib/postgres/indexes.html - [similar]
PostgreSQL specific database constraints — Django 4.0.6 ドキュメント 7895
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... presented as a string. To avoid typos, you may use RangeOperators which maps the operators with strings. Fo ... r example: expressions = [ ( 'timespan' , RangeOperators . ADJACENT_TO ), ( F ( 'room' ), RangeOpe ... straint from django.contrib.postgres.fields import RangeOperators from django.db.models import Deferrable E ... lapping_deferred' , expressions = [ ( 'timespan' , RangeOperators . OVERLAPS ), ], deferrable = Deferrable ...
https://man.plustar.jp/django/ref/contrib/postgres/constraints.html - [similar]
django.contrib.postgres — Django 4.0.6 ドキュメント 7835
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... these fields ArrayField CIText fields HStoreField Range Fields PostgreSQL specific form fields and widgets ... ーマンス Trigram similarity バリデータ KeysValidator Range validators 前のトピックへ メッセージフレームワーク ...
https://man.plustar.jp/django/ref/contrib/postgres/index.html - [similar]
PREV 1 2 3 4 5 NEXT