Changes between Initial Version and Version 1 of Ticket #30698, comment 18


Ignore:
Timestamp:
Aug 12, 2019, 3:45:12 AM (5 years ago)
Author:
Carlton Gibson

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30698, comment 18

    initial v1  
    2323> }}}
    2424>
    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.
    2626>
    2727> 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.
Back to Top