- Language: en
203 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 …
-
Serializing Django objects
- … objects = list ( Restaurant . objects . all ()) + list ( Place . objects . all ()) data = serializers . serialize ( 'xml' , all_objects …
-
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 …
-
Making queries
- … objects from the related object set. clear() Removes all objects from the related object set. To assign …
-
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 …