- Language: en
26 results for cast in version 3.2
-
Database Functions
- … Cast class Cast ( expression , output_field ) [source] Forces the result type of expression to be the one from …
-
Logging
- … cast of players A Python logging configuration consists of four parts: Loggers Handlers Filters Formatters …
-
Porting your apps from Django 0.96 to 1.0
- … cast_sql connection.ops.datetime_cast_sql backend.get_deferrable_sql connection.ops.deferrable_sql backend.get_drop_foreignkey_sql connection.ops.drop …
-
Django 1.9 release notes
- … cast_sql() method (not to be confused with DatabaseOperations.datetime_cast_date_sql() mentioned above) has been …
-
QuerySet API reference
- … casts objs to a list, which fully evaluates objs if it’s a generator. The cast …
-
GeoDjango Model API
- … Cast Zipcode . objects . annotate ( geom = Cast ( 'geography_field' , PointField ()) ) . filter ( geom__within = poly …
-
Django 1.11.3 release notes
- … casting of the option value to a string in the template context of the CheckboxSelectMultiple …
-
Django 2.0 release notes
- … cast_date_sql() , datetime_cast_time_sql() , datetime_trunc_sql() , datetime_extract_sql() , and date …
-
Django 1.10 release notes
- … casts its keys and values to strings. django.contrib.sessions The clearsessions management command now removes file …
-
Django 1.8.3 release notes
- … casting the value using int() and checking if an exception was raised. Denial-of-service …