Changes between Initial Version and Version 1 of Ticket #28825
- Timestamp:
- Nov 21, 2017, 7:24:18 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28825 – Description
initial v1 7 7 * Subsequent emails load the template, but do not re-evaluate the `extends` 8 8 9 If this is as-designed, how would one go about clearing out that cache. I am using code like this (when setting up my test case) but it doesn't appear to clear the cache, even though my `print()` debugging shows its the same object (`<django.template.loaders.cached.Loader object at 0x113e99828>`_ 9 ---- 10 11 If this is as-designed, how would one go about clearing out that cache? When setting up my test case I call the code below, but it doesn't appear to clear the cache, even though my `print()` debugging shows its the same object (`<django.template.loaders.cached.Loader object at 0x113e99828>`_ 10 12 11 13 {{{