検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 106 for max (0.039 sec.)
Django オブジェクトのシリアル化 — Django 4.0.6 ドキュメント 7075
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ce ( models . Model ): name = models . CharField ( max_length = 50 ) class Restaurant ( Place ): serves_h ... odels . Model ): first_name = models . CharField ( max_length = 100 ) last_name = models . CharField ( ma ... ok ( models . Model ): name = models . CharField ( max_length = 100 ) author = models . ForeignKey ( Pers ... odels . Model ): first_name = models . CharField ( max_length = 100 ) last_name = models . CharField ( ma ...
https://man.plustar.jp/django/topics/serialization.html - [similar]
How to create custom model fields — Django 4.0.6 ドキュメント 6960
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... __init__ ( self , * args , ** kwargs ): kwargs [ 'max_length' ] = 104 super () . __init__ ( * args , ** ... ollowing parameters: verbose_name name primary_key max_length unique blank null db_index rel : 関連フィー ... たとえば、 HandField クラスでは、常に __init__() でmax_lengthを強制的に設定しています。 Field ベースクラス ... __init__ ( self , * args , ** kwargs ): kwargs [ 'max_length' ] = 104 super () . __init__ ( * args , ** ...
https://man.plustar.jp/django/howto/custom-model-fields.html - [similar]
Django's cache framework — Django 4.0.6 ドキュメント 6960
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tabase backends) will honor the following options: MAX_ENTRIES : The maximum number of entries allowed in ... NCY : The fraction of entries that are culled when MAX_ENTRIES is reached. The actual ratio is 1 / CULL_F ... CULL_FREQUENCY to 2 to cull half the entries when MAX_ENTRIES is reached. This argument should be an int ... CY means that the entire cache will be dumped when MAX_ENTRIES is reached. On some backends ( database in ...
https://man.plustar.jp/django/topics/cache.html - [similar]
索引 — Django 4.0.6 ドキュメント 6780
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... gin_allowed() (AuthenticationForm のメソッド) CONN_MAX_AGE setting connect() (Signal のメソッド) connecti ... d の属性) data() (GDALBand のメソッド) DATA_UPLOAD_MAX_MEMORY_SIZE setting DATA_UPLOAD_MAX_NUMBER_FIELDS ... DATAFILE setting DATAFILE_EXTSIZE setting DATAFILE_MAXSIZE setting DATAFILE_SIZE setting DATAFILE_TMP set ... ting DATAFILE_TMP_EXTSIZE setting DATAFILE_TMP_MAXSIZE setting DATAFILE_TMP_SIZE setting DataSource ( ...
https://man.plustar.jp/django/genindex.html - [similar]
GeoDjango Tutorial — Django 4.0.6 ドキュメント 6716
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 2.0) indicates that the FIPS character field has a maximum length of 2. Similarly, LON: Real (8.3) is a f ... loating-point field that holds a maximum of 8 digits up to three decimal places. Geogra ... rld borders shapefile. name = models . CharField ( max_length = 50 ) area = models . IntegerField () pop2 ... 2005' ) fips = models . CharField ( 'FIPS Code' , max_length = 2 , null = True ) iso2 = models . CharFie ...
https://man.plustar.jp/django/ref/contrib/gis/tutorial.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 6716
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e overridden to customize the mail to be sent. The max_length of Permission.name has been increased from ... che backend is now thread-safe. Cryptography ¶ The max_age parameter of the django.core.signing.Timestamp ... get_available_name() and Storage.save() now take a max_length argument to implement storage-level maximum ... ers for Oracle: DATAFILE , DATAFILE_TMP , DATAFILE_MAXSIZE and DATAFILE_TMP_MAXSIZE . The override_settin ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
Tablespaces — Django 4.0.6 ドキュメント 6665
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... le ( models . Model ): name = models . CharField ( max_length = 30 , db_index = True , db_tablespace = "i ... ndexes" ) data = models . CharField ( max_length = 255 , db_index = True ) shortcut = models ... . CharField ( max_length = 7 ) edges = models . ManyToManyField ( to ...
https://man.plustar.jp/django/topics/db/tablespaces.html - [similar]
File storage API — Django 4.0.6 ドキュメント 6601
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... before the extension. get_available_name ( name , max_length = None ) ¶ Returns a filename based on the ... system. The length of the filename will not exceed max_length , if provided. If a free unique filename ca ... tImplementedError instead. save ( name , content , max_length = None ) ¶ Saves a new file using the stora ... tual name of the stored file will be returned. The max_length argument is passed along to get_available_n ...
https://man.plustar.jp/django/ref/files/storage.html - [similar]
設定 — Django 4.0.6 ドキュメント 6550
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... dows (e.g. C:/homes/user/mysite/sqlite3.db ). CONN_MAX_AGE ¶ デフォルト値: 0 The lifetime of a database c ... , Django will use TBLSPACE_TMP + '.dbf' . DATAFILE_MAXSIZE ¶ デフォルト値: '500M' This is an Oracle-speci ... fic setting. The maximum size that the DATAFILE is allowed to grow to. ... DATAFILE_TMP_MAXSIZE ¶ デフォルト値: '500M' This is an Oracle-speci ...
https://man.plustar.jp/django/ref/settings.html - [similar]
Full text search — Django 4.0.6 ドキュメント 6485
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nfig = None , start_sel = None , stop_sel = None , max_words = None , min_words = None , short_word = Non ... e , highlight_all = None , max_fragments = None , fragment_delimiter = None ) ¶ A ... s are <b> and </b> . Provide integer values to the max_words and min_words parameters to determine the lo ... e whole document in place of a fragment and ignore max_words , min_words , and short_word parameters. Tha ...
https://man.plustar.jp/django/ref/contrib/postgres/search.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT