Changes between Version 1 and Version 2 of Ticket #16366, comment 12
- Timestamp:
- Feb 17, 2012, 6:19:48 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16366, comment 12
v1 v2 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 if other tests tests that didn't override the settings were run.3 The problem was that `django.template.context` caches template context processors that it's seen. Overriding the settings didn't have any effect if other tests that didn't override the settings were run beforehand. 4 4 5 5 I've updated the patch to clear the cached context processors for those two tests.