検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 61 for size (0.018 sec.)
ビルトインのクラスベースビュー API — Django 4.0.6 ドキュメント 7073
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rlpatterns = [ path ( 'view/' , MyView . as_view ( size = 42 )), ] ビューの引数によるスレッドの安全性 ビュ ... 例を使用すると、 MyView のすべてのリクエストが self.size を使用できることを意味します。 引数はクラスにすでに ...
https://man.plustar.jp/django/ref/class-based-views/index.html - [similar]
External packages — Django 4.0.6 ドキュメント 6943
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ontrib.* ). For easier maintenance and to trim the size of the codebase, a few of those applications have ...
https://man.plustar.jp/django/topics/external-packages.html - [similar]
モデルインスタンスリファレンス — Django 4.0.6 ドキュメント 6870
" + 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 = 2 , choices = ... SHIRT_SIZES ) >>> p = Person ( name = "Fred Flintstone" , shi ... rt_size = "L" ) >>> p . save () >>> p . shirt_size 'L' >>> ...
https://man.plustar.jp/django/ref/models/instances.html - [similar]
Porting your apps from Django 0.96 to 1.0 — Django 4.0.6 ドキュメント 6870
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ou access special attributes (URL, filename, image size, etc.) of these model fields has changed. You will ... ontent_url() myfile.content.url myfile.get_content_size() myfile.content.size myfile.save_content_file() m ...
https://man.plustar.jp/django/releases/1.0-porting-guide.html - [similar]
Geographic Database Functions — Django 4.0.6 ドキュメント 6812
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nce BoundingCircle Intersection MakeValid AsGML MemSize GeometryDistance Centroid SymDifference Reverse As ... ult might be of lower dimension than the input. MemSize ¶ class MemSize ( expression , ** extra ) ¶ Availa ... graphic field or expression and returns the memory size (number of bytes) that the geometry field takes. N ... nts are given. Number of Arguments 説明 1 A single size to snap both the X and Y grids to. 2 X and Y sizes ...
https://man.plustar.jp/django/ref/contrib/gis/functions.html - [similar]
django.contrib.postgres — Django 4.0.6 ドキュメント 6812
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... -agnostic. In fact, once a project reaches a given size changing the underlying data store is already a si ...
https://man.plustar.jp/django/ref/contrib/postgres/index.html - [similar]
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 6812
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... racle supports collations only when the MAX_STRING_SIZE database initialization parameter is set to EXTEND ... he uploaded file's on-disk filename, or the file's size, you could use the name and size attributes respec ... method of the underlying Storage class. FieldFile. size ¶ 元となる Storage.size() メソッドの結果です。 Fie ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
Django 1.4.2 release notes — Django 4.0.6 ドキュメント 6812
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... appropriate Python versions (#18239). Added batch_size argument to qs.bulk_create() (#17788). Fixed a sma ...
https://man.plustar.jp/django/releases/1.4.2.html - [similar]
Django 1.6.11 release notes — Django 4.0.6 ドキュメント 6812
" + 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.6.11.html - [similar]
Django 1.1 リリースノート — Django 4.0.6 ドキュメント 6740
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... at names are consistent regardless of machine word size. This change is backwards incompatible for some us ... ing this change, all platforms, regardless of word size, will generate a 32-bit, 8 character digest in the ...
https://man.plustar.jp/django/releases/1.1.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT