Changes between Initial Version and Version 1 of Ticket #24694


Ignore:
Timestamp:
Apr 23, 2015, 3:05:37 PM (9 years ago)
Author:
Carl Meyer
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24694 – Description

    initial v1  
    55Full IRC discussion transcript below. It's long, but seems useful to more fully document the thinking here for posterity:
    66
    7 ```
     7{{{
    8818: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.
    9918: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
     
    15115119:50 <+carljm> Ok, I will submit an issue (now) and PR (later).
    15215219:51 <+carljm> Thanks for the thought-provoking discussion!
    153 ```
     153}}}
Back to Top