- Language: en
249 results for object in version 3.2
-
The Django admin site
- … objects, model_count, perms_needed, protected) . deleted_objects is a list of strings representing all the objects …
-
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 …
-
Using mixins with class-based views
- … object as context. To get the object, DetailView relies on SingleObjectMixin , which provides a get_object …
-
Built-in class-based generic views
- … objects . all () def get_object ( self ): obj = super () . get_object () # Record the last accessed date …
-
The “sites” framework
- … objects . get_current () # ... # Second call; current site fetched from cache. current_site = Site . objects . get_current …
-
Django 1.2 release notes
- … object returned by its own get_object() method, and the current request object. To take …