検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 106 for max (0.079 sec.)
Django を uWSGI とともに使うには? — Django 4.0.6 ドキュメント 5909
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... # respawn processes taking more than 20 seconds --max-requests = 5000 \ # respawn processes after servin ... ue pidfile = /tmp/project-master.pid vacuum = True max-requests = 5000 daemonize = /var/log/uwsgi/yourpro ...
https://man.plustar.jp/django/howto/deployment/wsgi/uwsgi.html - [similar]
GeoDjango Model API — Django 4.0.6 ドキュメント 5909
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... de ( models . Model ): code = models . CharField ( max_length = 5 ) poly = models . PolygonField () class ... on ( models . Model ): name = models . CharField ( max_length = 100 ) rast = models . RasterField () Spat ...
https://man.plustar.jp/django/ref/contrib/gis/model-api.html - [similar]
PostgreSQL specific form fields and widgets — Django 4.0.6 ドキュメント 5909
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... SimpleArrayField ( base_field , delimiter = ',' , max_length = None , min_length = None ) ¶ A field whic ... delimiter does not need to be only one character. max_length ¶ This is an optional argument which valida ...
https://man.plustar.jp/django/ref/contrib/postgres/forms.html - [similar]
Django 1.5 release notes — Django 4.0.6 ドキュメント 5909
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d to Django's model deserializer. Formsets default max_num ¶ A (default) value of None for the max_num ar ... be raised by explicitly setting a higher value for max_num . その他 ¶ django.forms.ModelMultipleChoiceFie ... ll not parse documents with a DTD Formsets default max_num その他 Features deprecated in 1.5 django.contr ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
Django 1.6 release notes — Django 4.0.6 ドキュメント 5909
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... methods that will reliably be called. The validate_max parameter was added to BaseFormSet and formset_fac ... same. The behavior of validation for formsets with max_num was clarified. The previously undocumented beh ... nd the undocumented limit of the higher of 1000 or max_num forms was changed so it is always 1000 more th ... an max_num . Added BCryptSHA256PasswordHasher to resolve ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
次のステップへ — Django 4.0.6 ドキュメント 5857
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... メント検索があります。例えば、以下のようにすれば、 “max_length” について触れている部分を表示できます:   ... $ grep -r max_length /path/to/django/docs/ ...\> grep -r max_len ...
https://man.plustar.jp/django/intro/whatsnext.html - [similar]
Django 3.2.6 release notes — Django 4.0.6 ドキュメント 5857
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rms.DecimalField when additional constraints, e.g. max_value , were specified ( #32949 ). Fixed a bug in ...
https://man.plustar.jp/django/releases/3.2.6.html - [similar]
ファイルの管理 — Django 4.0.6 ドキュメント 5857
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ar ( models . Model ): name = models . CharField ( max_length = 255 ) price = models . DecimalField ( max ...
https://man.plustar.jp/django/topics/files.html - [similar]
How to write a custom storage class — Django 4.0.6 ドキュメント 5793
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 数字の文字列を加えます。 get_available_name ( name , max_length = None ) ¶ ストレージシステムにおいて利用可 ... テムが扱うファイル名として正常化されたものにします。 max_length を指定した場合、ファイル名の長さはそれを越え ...
https://man.plustar.jp/django/howto/custom-file-storage.html - [similar]
Django の概要 — Django 4.0.6 ドキュメント 5793
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... models . Model ): full_name = models . CharField ( max_length = 70 ) def __str__ ( self ): return self . ... els . DateField () headline = models . CharField ( max_length = 200 ) content = models . TextField () rep ... els . DateField () headline = models . CharField ( max_length = 200 ) content = models . TextField () rep ...
https://man.plustar.jp/django/intro/overview.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT