------------------ - Clear the threadlocal request object when processing the response to prevent test interactions. (gh-213)
1.8.0
------------------ - History tracking can be inherited by passing ``inherit=True``. (gh-63)
1.7.0
------------------ - Add ability to list history in admin when the object instance is deleted. (gh-72) - Add ability to change history through the admin. (Enabled with the ``SIMPLE_HISTORY_EDIT`` setting.) - Add Django 1.9 support. - Support for custom tables names. (gh-196)
1.6.3
------------------ - Respect ``to_field`` and ``db_column`` parameters (gh-182)
1.6.2
------------------ - Use app loading system and fix deprecation warnings on Django 1.8 (gh-172) - Update Landscape configuration
1.6.1
------------------ - Fix OneToOneField transformation for historical models (gh-166) - Disable cascading deletes from related models to historical models - Fix restoring historical instances with missing one-to-one relations (gh-162)