検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 64 for integer (0.148 sec.)
Multiple object mixins — Django 4.0.6 ドキュメント 6533
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... of paginator_class . get_paginate_orphans () ¶ An integer specifying the number of "overflow" objects the la ...
https://man.plustar.jp/django/ref/class-based-views/mixins-multiple-object.html - [similar]
The syndication feed framework — Django 4.0.6 ドキュメント 6533
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ach case, the returned # value should be either an integer, or a string representation of the # integer, in b ...
https://man.plustar.jp/django/ref/contrib/syndication.html - [similar]
Django 1.6 release notes — Django 4.0.6 ドキュメント 6533
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s. The default widgets for EmailField , URLField , IntegerField , FloatField and DecimalField use the new typ ... coding is sufficient if the user primary key is an integer, however, with the introduction of custom user mod ... e values are not serializable in JSON. You can use integer values instead. See the セッションのシリアライズ d ... ModelMultipleChoiceField . Some error_messages for IntegerField , EmailField , IPAddressField , GenericIPAddr ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
URL ディスパッチャ — Django 4.0.6 ドキュメント 6533
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... er type. For example, use <int:name> to capture an integer parameter. If a converter isn't included, any stri ... the expression. int - Matches zero or any positive integer. Returns an int . slug - Matches any slug string c ... the year 10000 will no longer match since the year integers are constrained to be exactly four digits long. E ...
https://man.plustar.jp/django/topics/http/urls.html - [similar]
contenttypes フレームワーク — Django 4.0.6 ドキュメント 6403
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... = models . CASCADE ) object_id = models . PositiveIntegerField () content_object = GenericForeignKey ( 'cont ... relating to. For most models, this means a PositiveIntegerField . The usual name for this field is "object_id ... t to allow generic relations to models with either IntegerField or CharField primary key fields, you can use ... ield for the "object_id" field on your model since integers can be coerced to strings by get_db_prep_value() ...
https://man.plustar.jp/django/ref/contrib/contenttypes.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 6403
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... by this option is a deterministic function of the integer seed given. When no seed is passed, a seed is chos ... all_command('flush', verbosity=0) (zero must be an integer rather than a string). 例: from django.core import ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
Form fields — Django 4.0.6 ドキュメント 6403
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ss ContactForm ( forms . Form ): ... age = forms . IntegerField () ... nationality = forms . CharField () ... ... captcha_answer = forms . IntegerField ( label = '2 + 2' , label_suffix = ' =' ) >>> ... n determine it, otherwise it will be set to None . IntegerField ¶ class IntegerField ( ** kwargs ) ¶ デフォル ... き TextInput . 空の値: None Normalizes to: A Python integer. Validates that the given value is an integer. Use ...
https://man.plustar.jp/django/ref/forms/fields.html - [similar]
Django's cache framework — Django 4.0.6 ドキュメント 6403
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... MAX_ENTRIES is reached. This argument should be an integer and defaults to 3 . A value of 0 for CULL_FREQUENC ... e, as long as the template variable resolves to an integer value. For example, if the template variable my_ti ...
https://man.plustar.jp/django/topics/cache.html - [similar]
Django 1.4 documentation 6289
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . CharField ( max_length = 200 ) votes = models . IntegerField () コードは単純明解ですね。各モデルは一つのク ... ce" ( "id" serial NOT NULL PRIMARY KEY , "poll_id" integer NOT NULL REFERENCES "polls_poll" ( "id" ) DEFERRAB ... RRED , "choice" varchar ( 200 ) NOT NULL , "votes" integer NOT NULL ); COMMIT ; 以下の点に注意してください: 実 ... て、 auto_increment (MySQL)、 serial (PostgreSQL)、 integer primary key (SQLite) といったデータベース固有のフィ ...
https://man.plustar.jp/django/contents.html - [similar]
GEOS API — Django 4.0.6 ドキュメント 6289
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e transformation parameter ( ct ), which may be an integer SRID, spatial reference WKT string, a PROJ string, ...
https://man.plustar.jp/django/ref/contrib/gis/geos.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT