Changes between Initial Version and Version 1 of Ticket #28825


Ignore:
Timestamp:
Nov 21, 2017, 7:24:18 AM (7 years ago)
Author:
Andrew
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28825 – Description

    initial v1  
    77* Subsequent emails load the template, but do not re-evaluate the `extends`
    88
    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
     11If 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>`_
    1012
    1113{{{
Back to Top