Changes between Version 1 and Version 2 of Ticket #16366, comment 12


Ignore:
Timestamp:
Feb 17, 2012, 6:19:48 AM (12 years ago)
Author:
Ryan Kaskel

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16366, comment 12

    v1 v2  
    11The previous patch was almost there.
    22
    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.
     3The 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.
    44
    55I've updated the patch to clear the cached context processors for those two tests.
Back to Top