- Language: en
271 results for object in the development version
-
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 …
-
Form Assets (the Media class)
- … object – but one that only contains the media of interest. Combining Media objects Media objects …
-
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 …
-
Creating forms from models
- … objects models.BaseModelFormSet. deleted_objects models.BaseModelFormSet. new_objects Limiting the number of editable objects As with …
-
How to create 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 …