検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 144 for type (0.086 sec.)
Django オブジェクトのシリアル化 — Django 4.0.6 ドキュメント 6006
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... <object pk="123" model="sessions.session"> <field type="DateTimeField" name="expire_date">2013-01-16T08:1 ... ialized as a <field> -element sporting the fields "type" and "name". The text content of the element repre ... ="auth.permission"> <!-- ... --> <field to="contenttypes.contenttype" name="content_type" rel="ManyToOneRe ... ect with the PK 27 has a foreign key to the contenttypes.ContentType instance with the PK 9. ManyToMany-re ...
https://man.plustar.jp/django/topics/serialization.html - [similar]
GEOS API — Django 4.0.6 ドキュメント 5971
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... etry routines, implemented purely in Python using ctypes . Loosely-coupled to GeoDjango. For example, GEOS ... 00\x00\x00\x00 7@' )) >>> pnt = GEOSGeometry ( '{ "type": "Point", "coordinates": [ 5.000000, 23.000000 ] ... s to use the constructor for the specific geometry type that you wish to create. For example, a Point obje ... are filled with GEOS-related errors You find many TypeError or AttributeError exceptions filling your web ...
https://man.plustar.jp/django/ref/contrib/gis/geos.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 5935
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ax_length is ignored when used with <integer field type> . fields.E130 : DecimalField s must define a deci ... > does not support a database index on <field data type> columns. fields.E170 : BinaryField 's default can ... e> does not support a database collation on <field_type> s. fields.E900 : IPAddressField has been removed ... d primary key used when not defining a primary key type, by default django.db.models.AutoField . models.W0 ...
https://man.plustar.jp/django/ref/checks.html - [similar]
Date-based mixins — Django 4.0.6 ドキュメント 5935
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... period by default. get_date_list ( queryset , date_type = None , ordering = 'ASC' ) ¶ Returns the list of ... dates of type date_type for which queryset contains entries. For ... he list of years for which qs has entries. If date_type isn't provided, the result of get_date_list_period ... () is used. date_type and ordering are passed to QuerySet.dates() . 目次 ...
https://man.plustar.jp/django/ref/class-based-views/mixins-date-based.html - [similar]
GeoDjango Tutorial — Django 4.0.6 ドキュメント 5935
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ' , 'django.contrib.auth' , 'django.contrib.contenttypes' , 'django.contrib.sessions' , 'django.contrib.me ... e spatial reference system ("SRS WKT"), as well as type information for each attribute field. For example, ... perform: Apply all migrations: admin, auth, contenttypes, sessions, world Running migrations: ... Applying ... perform: Apply all migrations: admin, auth, contenttypes, sessions, world Running migrations: ... Applying ...
https://man.plustar.jp/django/ref/contrib/gis/tutorial.html - [similar]
Database Functions — Django 4.0.6 ドキュメント 5935
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ( expression , output_field ) ¶ Forces the result type of expression to be the one from output_field . Us ... a null value). Each argument must be of a similar type, so mixing text and numbers will result in a datab ... Coalesce on MySQL may be converted to an incorrect type unless explicitly cast to the correct database typ ... greatest value. Each argument must be of a similar type, so mixing text and numbers will result in a datab ...
https://man.plustar.jp/django/ref/models/database-functions.html - [similar]
Simple mixins — Django 4.0.6 ドキュメント 5900
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... subclass and assign it to response_class . content_type ¶ The content type to use for the response. conten ... t_type is passed as a keyword argument to response_class ...
https://man.plustar.jp/django/ref/class-based-views/mixins-simple.html - [similar]
クエリー式 — Django 4.0.6 ドキュメント 5900
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the fields that you're combining are of different types you'll need to tell Django what kind of field wil ... rue )) Func() 式 ¶ Func() expressions are the base type of all expressions that involve database functions ... is called with a different number of expressions, TypeError will be raised. Defaults to None . as_sql ( c ... ut_field can be used to define the expected return type. Aggregate() 式 ¶ aggregate 式は、 GROUP BY 句が必 ...
https://man.plustar.jp/django/ref/models/expressions.html - [similar]
Django 1.6.3 release notes — Django 4.0.6 ドキュメント 5900
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ponse, then the response will not be cached. MySQL typecasting ¶ The MySQL database is known to "typecast" ... without first converting values to the appropriate type, this can produce unexpected results, similar to w ... jango's model field classes are aware of their own types and most such classes perform explicit conversion ... of query arguments to the correct database-level type before querying. However, three model field classe ...
https://man.plustar.jp/django/releases/1.6.3.html - [similar]
django.urls functions for use in URLconfs — Django 4.0.6 ドキュメント 5864
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... its the characters matched and may also change the type of the variable passed to the view. For example, < ... ise. The values are passed as strings, without any type conversion. When a route ends with $ the whole req ... ter_converter() ¶ register_converter ( converter , type_name ) ¶ The function for registering a converter ... . The converter argument is a converter class, and type_name is the converter name to use in path patterns ...
https://man.plustar.jp/django/ref/urls.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT