- Language: en
80 results for object in version 1.8
-
Single object mixins
- … object : The object that this view is displaying ( self.object ). context_object_name : self.object will also …
-
Multiple object mixins
- … object_list is a queryset of Django objects and context_object_name is not set, the context …
-
Request and response objects
- … objects Quick overview Django uses request and response objects to pass state through the system …
-
The File object
- … object ) [source] The File class is a thin wrapper around a Python file object with …
-
Related objects reference
- … objects to the related object set. Example: >>> b = Blog . objects . get ( id = 1 ) >>> e = Entry …
-
Measurement Objects
- … Objects The django.contrib.gis.measure module contains objects that allow for convenient representation of distance and area …
-
Model instance reference
- … objects = BookManager () book = Book . objects . create_book ( "Pride and Prejudice" ) Customizing model loading …
-
The Django admin site
- … object will be saved as a new object (with a new ID), rather than the old object …
-
GEOS API
- … object at 0x103a88b50> Writer Objects All writer objects have a write(geom) method that …
-
GDAL API
- … Objects DataSource DataSource is a wrapper for the OGR data source object that supports reading …