検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 61 for size (0.076 sec.)
Django 1.10.3 release notes — Django 4.0.6 ドキュメント 6740
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... number of objects is a multiple plus one of batch_size ( #27385 ). Prevented i18n_patterns() from using t ...
https://man.plustar.jp/django/releases/1.10.3.html - [similar]
Django 1.7.7 release notes — Django 4.0.6 ドキュメント 6740
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... anged to work iteratively. The problem is that the size of the input it's processing can increase on each ...
https://man.plustar.jp/django/releases/1.7.7.html - [similar]
JavaScript — Django 4.0.6 ドキュメント 6667
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... erformance and minimizing overall admin media file size. JavaScript tests ¶ Django's JavaScript tests can ...
https://man.plustar.jp/django/internals/contributing/writing-code/javascript.htm... - [similar]
PostgreSQL specific model indexes — Django 4.0.6 ドキュメント 6667
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n_pending_list_limit parameter to tune the maximum size of the GIN pending list which is used when fastupd ...
https://man.plustar.jp/django/ref/contrib/postgres/indexes.html - [similar]
Django 1.11 リリースノート — Django 4.0.6 ドキュメント 6667
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ge field dimensions. Added the ability to pass the size , shape , and offset parameters when creating GDAL ... settings, files larger than FILE_UPLOAD_MAX_MEMORY_SIZE now have the same permissions as temporary files ( ... if you need the same permission regardless of file size. 1.11 で非推奨となった機能 ¶ models.permalink() デ ...
https://man.plustar.jp/django/releases/1.11.html - [similar]
Django 1.4.18 release notes — Django 4.0.6 ドキュメント 6667
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... newlines would result in memory usage equal to the size of that file. An attacker could exploit this and l ...
https://man.plustar.jp/django/releases/1.4.18.html - [similar]
Django 1.6.10 release notes — Django 4.0.6 ドキュメント 6667
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... newlines would result in memory usage equal to the size of that file. An attacker could exploit this and l ...
https://man.plustar.jp/django/releases/1.6.10.html - [similar]
Django 1.7.3 release notes — Django 4.0.6 ドキュメント 6667
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... newlines would result in memory usage equal to the size of that file. An attacker could exploit this and l ...
https://man.plustar.jp/django/releases/1.7.3.html - [similar]
モデル — Django 4.0.6 ドキュメント 6667
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... port models class Person ( models . Model ): SHIRT_SIZES = ( ( 'S' , 'Small' ), ( 'M' , 'Medium' ), ( 'L' ... ame = models . CharField ( max_length = 60 ) shirt_size = models . CharField ( max_length = 1 , choices = ... SHIRT_SIZES ) >>> p = Person ( name = "Fred Flintstone" , shi ... rt_size = "L" ) >>> p . save () >>> p . shirt_size 'L' >>> ...
https://man.plustar.jp/django/topics/db/models.html - [similar]
Django オブジェクトのシリアル化 — Django 4.0.6 ドキュメント 6667
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... SomeModel . objects . all (), fields = ( 'name' , 'size' )) In this example, only the name and size attrib ...
https://man.plustar.jp/django/topics/serialization.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT