Changes between Initial Version and Version 1 of Ticket #30698, comment 18
- Timestamp:
- Aug 12, 2019, 3:45:12 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30698, comment 18
initial v1 23 23 > }}} 24 24 > 25 > Without looking at `SingleObjectMixin` at all, the implementation of BaseDetailView.get() is exactly what one want 's: we want the calling function to ''drive'' `get_context_data() by passing in the object to be rendered.25 > Without looking at `SingleObjectMixin` at all, the implementation of BaseDetailView.get() is exactly what one wants: we want the calling function to ''drive'' `get_context_data() by passing in the object to be rendered. 26 26 > 27 27 > I don't know if you've seen them but check out http://django-vanilla-views.org/ for a stripped back take on GCBVs here.