Changes between Initial Version and Version 1 of Ticket #16366, comment 12
- Timestamp:
- Feb 17, 2012, 6:19:09 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16366, comment 12
initial v1 1 1 The previous patch was almost there. 2 2 3 The problem was that `django.template.context` caches template context processors that it's seen so overriding the settings didn't have any effect .3 The problem was that `django.template.context` caches template context processors that it's seen so overriding the settings didn't have any effect if other tests tests that didn't override the settings were run. 4 4 5 5 I've updated the patch to clear the cached context processors for those two tests.