Changes between Initial Version and Version 1 of Ticket #27847


Ignore:
Timestamp:
Feb 15, 2017, 7:05:55 PM (7 years ago)
Author:
Tim Graham
Comment:

Are you are having performance problems in development? If you didn't notice, in 1.11, "the cached template loader is now enabled if DEBUG is False and OPTIONS['loaders'] isn’t specified." That makes the proposed loader class only useful in development since DjangoTemplates is equivalent to CachedDjangoTemplates if DEBUG=False.

Legend:

Unmodified
Added
Removed
Modified
Back to Top