検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 24 for digits (0.021 sec.)
django.core.validators — Django 4.0.6 ドキュメント 15396
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t = int_list_validator ( message = _ ( "Enter only digits separated by commas." ), ) @deconstructible class ... at the input does not exceed the maximum number of digits expected, otherwise raise ValidationError. """ mes ... ages = { "invalid" : _ ( "Enter a number." ), "max_digits" : ngettext_lazy ( "Ensure that there are no more ... al." , "Ensure that there are no more than %(max)s digits in total." , "max" , ), "max_decimal_places" : nge ...
https://man.plustar.jp/django/_modules/django/core/validators.html - [similar]
Django 1.11.19 リリースノート — Django 4.0.6 ドキュメント 9591
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lters -- received a Decimal with a large number of digits or a large exponent, it could lead to significant ... mat() . To avoid this, decimals with more than 200 digits are now formatted using scientific notation. 目次 ... ils , numberformat , Memory , large , exhaustion , digits , next , up , previous クイック検索 Last update: 2 ...
https://man.plustar.jp/django/releases/1.11.19.html - [similar]
Django 2.0.11 リリースノート — Django 4.0.6 ドキュメント 9591
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lters -- received a Decimal with a large number of digits or a large exponent, it could lead to significant ... mat() . To avoid this, decimals with more than 200 digits are now formatted using scientific notation. 目次 ... ils , numberformat , Memory , large , exhaustion , digits , next , up , previous クイック検索 Last update: 2 ...
https://man.plustar.jp/django/releases/2.0.11.html - [similar]
バリデータ — Django 4.0.6 ドキュメント 9507
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e. DecimalValidator ¶ class DecimalValidator ( max_digits , decimal_places ) [ソース] ¶ Raises ValidationErr ... or with the following codes: 'max_digits' if the number of digits is larger than max_digits ... ecimals is larger than decimal_places . 'max_whole_digits' if the number of whole digits is larger than the ... difference between max_digits and decimal_places . FileExtensionValidator ¶ clas ...
https://man.plustar.jp/django/ref/validators.html - [similar]
Django 2.1.6 リリースノート — Django 4.0.6 ドキュメント 9507
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lters -- received a Decimal with a large number of digits or a large exponent, it could lead to significant ... mat() . To avoid this, decimals with more than 200 digits are now formatted using scientific notation. Bugfi ... , utils , large , Bugfixes , exhaustion , Memory , digits , next , up クイック検索 Last update: 2022年6月01日 ...
https://man.plustar.jp/django/releases/2.1.6.html - [similar]
Django 2.0.13 リリースノート — Django 4.0.6 ドキュメント 8924
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ormat.format_number() when the number has over 200 digits ( #30177 ). 目次 Django 2.0.13 リリースノート Bugf ... , ドキュメント , numberformat , 検索 , クイック , digits クイック検索 Last update: 2022年6月01日 « previous ...
https://man.plustar.jp/django/releases/2.0.13.html - [similar]
Geographic Database Functions — Django 4.0.6 ドキュメント 8490
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t may be used to specify the number of significant digits for the coordinates in the GeoJSON representation ... 説明 precision Specifies the number of significant digits for the coordinates in the GML representation -- t ... d may be used to specify the number of significant digits for the coordinates in the KML representation -- t ... d may be used to specify the number of significant digits for the coordinates in the SVG representation -- t ...
https://man.plustar.jp/django/ref/contrib/gis/functions.html - [similar]
Form fields — Django 4.0.6 ドキュメント 8340
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... : required , invalid , max_value , min_value , max_digits , max_decimal_places , max_whole_digits The max_va ... tuted by the appropriate limit. Similarly, the max_digits , max_decimal_places and max_whole_digits error me ... and should be given as decimal.Decimal values. max_digits ¶ The maximum number of digits (those before the d ... = models . DecimalField ( decimal_places = 2 , max_digits = 6 ) def __str__ ( self ): return self . name cla ...
https://man.plustar.jp/django/ref/forms/fields.html - [similar]
Porting your apps from Django 0.96 to 1.0 — Django 4.0.6 ドキュメント 7906
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . Model ): field_name = models . FloatField ( max_digits = 10 , decimal_places = 3 ) ... New (1.0): class M ... Model ): field_name = models . DecimalField ( max_digits = 10 , decimal_places = 3 ) ... If you forget to m ... will see errors about FloatField not taking a max_digits attribute in __init__ , because the new FloatField ...
https://man.plustar.jp/django/releases/1.0-porting-guide.html - [similar]
django.utils.http — Django 4.0.6 ドキュメント 7756
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... any # base36 string that is longer than 13 base36 digits (13 digits # is sufficient to base36-encode any 64 ...
https://man.plustar.jp/django/_modules/django/utils/http.html - [similar]
PREV 1 2 3 NEXT