検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 64 for integer (0.039 sec.)
Django Utils — Django 4.0.6 ドキュメント 7681
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... x-age from the response Cache-Control header as an integer (or None if it wasn't found or wasn't an integer). ... t ( s ) [ソース] ¶ Converts a base 36 string to an integer. int_to_base36 ( i ) [ソース] ¶ Converts a positiv ... e integer to a base 36 string. urlsafe_base64_encode ( s ) [ ... set from UTC. offset is a datetime.timedelta or an integer number of minutes. Use positive values for time zo ...
https://man.plustar.jp/django/ref/utils.html - [similar]
django.utils.http — Django 4.0.6 ドキュメント 7552
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he first one is still in widespread use. Return an integer expressed in seconds since the epoch, in UTC. """ ... digits # is sufficient to base36-encode any 64-bit integer) if len ( s ) > 13 : raise ValueError ( "Base36 in ... ドキュメント] def int_to_base36 ( i ): """Convert an integer to a base36 string.""" char_set = "0123456789abcde ...
https://man.plustar.jp/django/_modules/django/utils/http.html - [similar]
How to create custom model fields — Django 4.0.6 ドキュメント 7552
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... タイプをカバーしているわけではありません- VARCHAR や INTEGER などの一般的なタイプのみです。 地理的なポリゴンや、 ... field to use the same data type: # MySQL unsigned integer (range 0 to 4294967295). class UnsignedAutoField ( ... ield ): def db_type ( self , connection ): return 'integer UNSIGNED AUTO_INCREMENT' def rel_db_type ( self , ... connection ): return 'integer UNSIGNED' Converting values to Python objects ¶ If ...
https://man.plustar.jp/django/howto/custom-model-fields.html - [similar]
Geographic Database Functions — Django 4.0.6 ドキュメント 7552
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he grid depends on how many numeric (either float, integer, or long) arguments are given. Number of Arguments ... ccepts a geographic field or expression and a SRID integer code, and returns the transformed geometry to the ... d parameter. 注釈 What spatial reference system an integer SRID corresponds to may depend on the spatial data ...
https://man.plustar.jp/django/ref/contrib/gis/functions.html - [similar]
バリデータ — Django 4.0.6 ドキュメント 7552
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... MyModel ( models . Model ): even_field = models . IntegerField ( validators = [ validate_even ]) 値はバリデー ... lass MyForm ( forms . Form ): even_field = forms . IntegerField ( validators = [ validate_even ]) より複雑なバ ... lid IPv4 or IPv6 address. validate_comma_separated_integer_list ¶ validate_comma_separated_integer_list ¶ A R ... that ensures a value is a comma-separated list of integers. int_list_validator ¶ int_list_validator ( sep = ...
https://man.plustar.jp/django/ref/validators.html - [similar]
Django 1.8.3 リリースノート — Django 4.0.6 ドキュメント 7552
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... elds. The undocumented, internally unused validate_integer() function is now stricter as it validates using a ... n optparse management commands by casting it to an integer ( #24769 ). Fixed prefetch_related() on databases ...
https://man.plustar.jp/django/releases/1.8.3.html - [similar]
GeoDjango Model API — Django 4.0.6 ドキュメント 7423
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eveloper should consider carefully. The SRID is an integer specifier that corresponds to the projection syste ... nd Spatial Reference Systems). [3] Typically, SRID integer corresponds to an EPSG ( European Petroleum Survey ...
https://man.plustar.jp/django/ref/contrib/gis/model-api.html - [similar]
django.core.paginator — Django 4.0.6 ドキュメント 7308
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ( Exception ): pass [ドキュメント] class PageNotAnInteger ( InvalidPage ): pass [ドキュメント] class EmptyPa ... isinstance ( number , float ) and not number . is_integer (): raise ValueError number = int ( number ) excep ... t ( TypeError , ValueError ): raise PageNotAnInteger ( _ ( "That page number is not an integer" )) if n ... self . validate_number ( number ) except PageNotAnInteger : number = 1 except EmptyPage : number = self . nu ...
https://man.plustar.jp/django/_modules/django/core/paginator.html - [similar]
Database Functions — Django 4.0.6 ドキュメント 7179
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... arField ( max_length = 50 ) age = models . PositiveIntegerField ( null = True , blank = True ) alias = models ... e part of the date referenced by lookup_name as an IntegerField . Django usually uses the databases' extract ... l ( expression , ** extra ) ¶ Returns the smallest integer greater than or equal to a numeric field or expres ... or ( expression , ** extra ) ¶ Returns the largest integer value not greater than a numeric field or expressi ...
https://man.plustar.jp/django/ref/models/database-functions.html - [similar]
Django 3.0 リリースノート — Django 4.0.6 ドキュメント 7179
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d choices ¶ Custom enumeration types TextChoices , IntegerChoices , and Choices are now available as a way to ... define Field.choices . TextChoices and IntegerChoices types are provided for text and integer fie ... BigAutoField , and SmallAutoField now inherit from IntegerField , BigIntegerField and SmallIntegerField respe ... and SmallAutoField are added to DatabaseOperations.integer_field_ranges to support the integer range validato ...
https://man.plustar.jp/django/releases/3.0.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT