----- . Add missing import only surfacing in certain code paths. . `Invalidate` setting was not being loaded properly. Fixed. . Handle content types RuntimeError when content types have not been migrated yet.
1.9.0
----- . Move to tox for tests. . Django 1.9 compatibility.
0.3.8
----- . Honor the `raw` parameter send along by loaddata. It prevents redundant post_save handling.
0.3.7
----- . Revert the adding of the template name. It introduces a performance penalty in a WSGI environment. . Further reduce the number of writes to the cache.
0.3.6
----- . Add template name (if possible) to the caching key. . Reduce number of calls to set_many.