検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 64 for integer (0.089 sec.)
PostgreSQL specific model fields — Django 4.0.6 ドキュメント 6289
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a subclass of Field . For example, it could be an IntegerField or a CharField . Most field types are permitt ... del ): pieces = ArrayField ( ArrayField ( models . IntegerField ())) # Valid Board ( pieces = [ [ 2 , 3 ], [ ... ookups available afterward are those available for IntegerField . For example: >>> Post . objects . create ( ... transforms index into the array. Any non-negative integer can be used. There are no errors if it exceeds the ...
https://man.plustar.jp/django/ref/contrib/postgres/fields.html - [similar]
ミドルウェア — Django 4.0.6 ドキュメント 6289
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... set the SECURE_HSTS_SECONDS setting to a non-zero integer value. When enabling HSTS, it's a good idea to fir ...
https://man.plustar.jp/django/ref/middleware.html - [similar]
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 6289
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... i' Since the case where the enum values need to be integers is extremely common, Django provides an IntegerCh ... ass Card ( models . Model ): class Suit ( models . IntegerChoices ): DIAMOND = 1 SPADE = 2 HEART = 3 CLUB = 4 ... suit = models . IntegerField ( choices = Suit . choices ) It is also possi ... lver'), ('BRONZE', 'Bronze')] >>> Place = models . IntegerChoices ( 'Place' , 'FIRST SECOND THIRD' ) >>> Plac ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
組み込みタグとフィルタ — Django 4.0.6 ドキュメント 6289
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 'c' , 'string' ), ] You must pass the index as an integer rather than a string. The following produce empty ... t. For a string, it's a list of characters. For an integer, the argument is cast to a string before creating ...
https://man.plustar.jp/django/ref/templates/builtins.html - [similar]
Django 1.5 release notes — Django 4.0.6 ドキュメント 6289
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... y raises a TypeError instead of ValueError for non-integer inputs. The slugify template filter is now availab ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
テストツール — Django 4.0.6 ドキュメント 6289
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... h as 'admin/index.html' . The count argument is an integer indicating the number of times the template should ... dle is contained in the haystack one. If the count integer argument is specified, then additionally the numbe ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
リクエストとレスポンスのオブジェクト — Django 4.0.6 ドキュメント 6159
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the Python standard library. max_age should be an integer number of seconds, or None (default) if the cookie ...
https://man.plustar.jp/django/ref/request-response.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 6159
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Previously this used to work if the field accepted integers as input as it took the primary key. Integer fiel ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
Django 2.0 リリースノート — Django 4.0.6 ドキュメント 6159
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... コマンド ¶ inspectdb now translates MySQL's unsigned integer columns to PositiveIntegerField or PositiveSmallIn ... now passes those values as strings rather than as integers. Third-party database backends should add a Datab ... pted as positional arguments. For example: forms . IntegerField ( 25 , 10 ) raises an exception and should be ... replaced with: forms . IntegerField ( max_value = 25 , min_value = 10 ) call_comm ...
https://man.plustar.jp/django/releases/2.0.html - [similar]
フォームを使う — Django 4.0.6 ドキュメント 6159
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ur form includes a URLField , an EmailField or any integer field type, Django will use the url , email and nu ... の例では、 cc_myself はブール値になります。 同様に、 IntegerField や FloatField などのフィールドは、それぞれ値を ...
https://man.plustar.jp/django/topics/forms/index.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT