Changes between Version 1 and Version 2 of Ticket #28331
- Timestamp:
- Jun 21, 2017, 7:03:33 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28331 – Description
v1 v2 1 1 It 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. 2 2 3 As a result there are now half a trillion (rough estimate) re-implementationsof the following:3 As a result there are now many many re-implementations of some variation of the following: 4 4 5 5