We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc32acc commit cf3f073Copy full SHA for cf3f073
CHANGES.rst
@@ -1,13 +1,13 @@
1
Changes
2
=======
3
4
-tip (unreleased)
5
------------------
+1.6.2 (2015-07-04)
+------------------
6
- Use app loading system and fix deprecation warnings on Django 1.8 (gh-172)
7
- Update Landscape configuration
8
9
1.6.1 (2015-04-21)
10
-----------------
11
- Fix OneToOneField transformation for historical models (gh-166)
12
- Disable cascading deletes from related models to historical models
13
- Fix restoring historical instances with missing one-to-one relations (gh-162)
simple_history/__init__.py
@@ -1,6 +1,6 @@
from __future__ import unicode_literals
-__version__ = '1.6.1'
+__version__ = '1.6.2'
def register(
0 commit comments