Changes between Initial Version and Version 1 of Ticket #24694
- Timestamp:
- Apr 23, 2015, 3:05:37 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24694 – Description
initial v1 5 5 Full IRC discussion transcript below. It's long, but seems useful to more fully document the thinking here for posterity: 6 6 7 ``` 7 {{{ 8 8 18:35 <+carljm> mYk: I'm upgrading a project to Django 1.8, and I am wondering if we were wrong to not provide context processors for Jinja. 9 9 18:35 <+carljm> IIRC the rationale was something like "you don't need them in Jinja because you can just put stuff into the env globals … … 151 151 19:50 <+carljm> Ok, I will submit an issue (now) and PR (later). 152 152 19:51 <+carljm> Thanks for the thought-provoking discussion! 153 ``` 153 }}}