Changes between Version 1 and Version 2 of Ticket #28331


Ignore:
Timestamp:
Jun 21, 2017, 7:03:33 PM (7 years ago)
Author:
Jeremy
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28331 – Description

    v1 v2  
    11It used to be possible to pass extra_context to direct_to_template.  Then direct_to_template was replaced with TemplateView.as_view ... but the latter function never got the ability to take an extra_context arg.
    22
    3 As a result there are now half a trillion (rough estimate) re-implementations of the following:
     3As a result there are now many many re-implementations of some variation of the following:
    44
    55
Back to Top