検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 126 for multiple (0.011 sec.)
ウィジェット — Django 4.0.6 ドキュメント 7589
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... = BIRTH_YEAR_CHOICES )) favorite_colors = forms . MultipleChoiceField ( required = False , widget = forms . C ... heckboxSelectMultiple , choices = FAVORITE_COLORS_CHOICES , ) 使用可能な ... す。 Special cases are CheckboxInput , CheckboxSelectMultiple , and SelectMultiple , which always return False b ... cause an unchecked checkbox and unselected <select multiple> don't appear in the data of an HTML form submissi ...
https://man.plustar.jp/django/ref/forms/widgets.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 7589
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... uded context The with tag now allows you to define multiple context variables in a single with block. The load ... ching infrastructure. Firstly, Django now supports multiple named caches. In the same way that Django 1.2 intr ... oduced support for multiple database connections, Django 1.3 allows you to use ... the new CACHES setting to define multiple named cache connections. Secondly, versioning , si ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 7417
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ve been deprecated and will eventually be removed. Multiple template engines ¶ Django 1.8 defines a stable API ... for Jinja2 . It supports rendering templates with multiple engines within the same project. Learn more about ... n aggregates. Aggregates are now able to reference multiple fields, as well as perform arithmetic, similar to ... リックビュー (generic view) ¶ Generic views that use MultipleObjectMixin may now specify the ordering applied to ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
Django 1.2.4 release notes — Django 4.0.6 ドキュメント 7258
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... circumstances whereby a running a test suite on a multiple database configuration could cause the original so ... abase configuration. Most users -- even users with multiple-database configurations -- need not be concerned a ...
https://man.plustar.jp/django/releases/1.2.4.html - [similar]
クエリー式 — Django 4.0.6 ドキュメント 7086
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... also use update() to increment the field value on multiple objects - which could be very much faster than pul ... stinct value of expressions (or set of values, for multiple expressions ). The argument is only supported on a ... single row ¶ To prevent a subquery from returning multiple rows, a slice ( [:1] ) of the queryset is used: >> ... d compute the result for each row. You can specify multiple windows in the same query which in Django ORM woul ...
https://man.plustar.jp/django/ref/models/expressions.html - [similar]
Advanced testing topics — Django 4.0.6 ドキュメント 7086
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... f . assertIn ( 'environment' , context ) Tests and multiple host names ¶ The ALLOWED_HOSTS setting is validate ... ou follow a redirect to an external URL. Tests and multiple databases ¶ Testing primary/replica configurations ... ¶ If you're testing a multiple database configuration with primary/replica (refer ... RequestFactory Testing class-based views Tests and multiple host names Tests and multiple databases Testing pr ...
https://man.plustar.jp/django/topics/testing/advanced.html - [similar]
django.core.files.uploadedfile — Django 4.0.6 ドキュメント 6927
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... self . file . seek ( 0 ) yield self . read () def multiple_chunks ( self , chunk_size = None ): # Since it's ... in memory, we'll never have multiple chunks. return False class SimpleUploadedFile ( In ...
https://man.plustar.jp/django/_modules/django/core/files/uploadedfile.html - [similar]
アップロードファイルとアップロードハンドラ — Django 4.0.6 ドキュメント 6927
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to use chunks() instead; see below. UploadedFile. multiple_chunks ( chunk_size = None ) ¶ Returns True if the ... uploaded file is big enough to require reading in multiple chunks. By default this will be any file larger th ... e ) ¶ A generator returning chunks of the file. If multiple_chunks() is True , you should use this method in a ...
https://man.plustar.jp/django/ref/files/uploads.html - [similar]
Django 1.4 release notes — Django 4.0.6 ドキュメント 6927
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lk_create in the ORM ¶ This method lets you create multiple objects more efficiently. It can result in signifi ... e details, see the documentation for list_filter . Multiple sort in admin interface ¶ The admin change list no ... w supports sorting on multiple columns. It respects all elements of the ordering ... attribute, and sorting on multiple columns by clicking on headers is designed to mimi ...
https://man.plustar.jp/django/releases/1.4.html - [similar]
django.core.files.base — Django 4.0.6 ドキュメント 6755
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... if not data : break yield data [ドキュメント] def multiple_chunks ( self , chunk_size = None ): """ Return `` ... True`` if you can expect multiple chunks. NB: If a particular file representation is ...
https://man.plustar.jp/django/_modules/django/core/files/base.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT