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 6fd1b65 commit 38792a7Copy full SHA for 38792a7
CHANGES.rst
@@ -1,8 +1,9 @@
1
Changes
2
=======
3
4
-tip (unreleased)
5
-----------------
+1.5.4 (2015-01-03)
+------------------
6
+- Fix a bug when models have a ``ForeignKey`` with ``primary_key=True``
7
- Do NOT delete the history elements when a user is deleted.
8
- Add support for ``latest``
9
simple_history/__init__.py
@@ -1,6 +1,6 @@
from __future__ import unicode_literals
-__version__ = '1.5.3'
+__version__ = '1.5.4'
def register(
0 commit comments