- Language: en
249 results for object in version 3.2
-
Creating forms from models
- … objects models.BaseModelFormSet. deleted_objects models.BaseModelFormSet. new_objects Limiting the number of editable objects As with …
-
Time zones
- … objects Python’s datetime.datetime objects have a tzinfo attribute that can be used to store …
-
How to use sessions
- … object When working with sessions internally, Django uses a session store object from the corresponding …
-
Django 1.7 release notes
- … objects = FoodQuerySet . as_manager () Food . objects . pizzas () . vegetarian () Using a custom manager when traversing reverse …
-
TemplateResponse and SimpleTemplateResponse
- … objects, TemplateResponse objects retain the details of the template and context that was provided by the view …
-
Form Assets (the Media class)
- … object – but one that only contains the media of interest. Combining Media objects Media objects …
-
Django 1.6 release notes
- … object matching the filters. Returns None if there are no objects matching. View and RedirectView …
-
Managing files
- … object – car.photo in the example – is a File object, which means it has all the methods …
-
Multiple databases
- … objects remain ‘sticky’ to their original database (i.e., an object retrieved from the foo database …
-
Using the Django authentication system
- … objects User objects are the core of the authentication system. They typically represent the people …