- Language: en
249 results for object in version 3.2
-
Multiple object mixins
- … object_list is a queryset of Django objects and context_object_name is not set, the context …
-
Single object mixins
- … object : The object that this view is displaying ( self.object ). context_object_name : self.object will also …
-
Request and response objects
- … objects Quick overview Django uses request and response objects to pass state through the system …
-
The File object
- … object other than a Python file object . In these cases, this attribute may itself be a File …
-
Serializing Django objects
- … objects = [ * Restaurant . objects . all (), * 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. set(objs …
-
Model instance reference
- … object type. For more details, including how to delete objects in bulk, see Deleting objects …
-
QuerySet API reference
- … objects: # This list contains a Blog object. >>> Blog . objects . filter ( name__startswith …