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.
2 parents ef4e401 + bf1c239 commit b4f39ffCopy full SHA for b4f39ff
ChangeLog.rst
@@ -6,6 +6,14 @@ ChangeLog
6
master (unreleased)
7
-------------------
8
9
+Up-to-date with 1.3
10
+
11
12
+.. _v1.3:
13
14
+1.3 (23/08/2017)
15
+----------------
16
17
*New:*
18
19
- Drop support for unsupported Django versions: 1.4, 1.5, 1.6 and 1.7 series.
setup.py
@@ -7,7 +7,7 @@ def listify(filename):
setup(
name="django-dirtyfields",
- version="1.2.1",
+ version="1.3",
url='http://github.com/romgar/django-dirtyfields',
license='BSD',
description=("Tracking dirty fields on a Django model instance "
0 commit comments