- Language: en
203 results for object in version 1.8
-
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 …
-
Django 1.8 release notes
- … objects() get_all_related_objects_with_model() get_all_related_many_to_many_objects() get_all_related …
-
Writing custom model fields
- … object with your models. Our example object Creating custom fields requires a bit of attention …
-
FAQ: The admin
- … object in the admin? The ModelAdmin class provides customization hooks that allow you to transform …
-
QuerySet API reference
- … object. Returns a tuple of (object, created) , where object is the created or updated object …
-
Built-in class-based generic views
- … objects . all () def get_object ( self ): # Call the superclass object = super ( AuthorDetailView , self ) . get_object …
-
Using mixins with class-based views
- … object as context. To get the object, DetailView relies on SingleObjectMixin , which provides a get_object …
-
The “sites” framework
- … objects . get_current () # ... # Second call; current site fetched from cache. current_site = Site . objects . get_current …
-
Pagination
- … objects, across all pages. Note When determining the number of objects contained in object_list …