File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ ChangeLog
6
6
master
7
7
------
8
8
9
+ No changes yet
10
+
11
+ .. _v1.4.1 :
12
+
13
+ 1.4.1 (28/11/2020)
14
+ ------------------
15
+
9
16
*Bugfix: *
10
17
- Fixes an issue when :code: `refresh_from_db ` was called with the :code: `fields ` argument, the dirty state for all
11
18
fields would be reset, even though only the fields specified are reloaded from the database. Now only the reloaded
38
45
------------------
39
46
40
47
*New: *
48
+
41
49
- Updates python classifier in setup file (#116). Thanks amureki.
42
50
- Adds PEP8 validation in travisCI run (#123). Thanks hsmett.
43
51
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ def listify(filename):
12
12
13
13
setup (
14
14
name = "django-dirtyfields" ,
15
- version = "1.4" ,
15
+ version = "1.4.1 " ,
16
16
url = 'http://github.com/romgar/django-dirtyfields' ,
17
17
license = 'BSD' ,
18
18
description = ("Tracking dirty fields on a Django model instance "
You can’t perform that action at this time.
0 commit comments