File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 3
3
django-reversion changelog
4
4
==========================
5
5
6
+ 5.0.4 - 2022-11-12
7
+ ------------------
8
+
9
+ - Fix warning log formatting for failed reverts (@tony).
10
+
11
+
6
12
5.0.3 - 2022-10-02
7
13
------------------
8
14
9
15
- A revision will no longer be created if a transaction is marked as rollback, as this would otherwise cause an
10
16
additional database error (@proofit404).
11
- - A warning log is noe emitted if a revert fails due to database integrity errors, making debugging the final
17
+ - A warning log is now emitted if a revert fails due to database integrity errors, making debugging the final
12
18
``RevertError `` easier.
13
19
14
20
Original file line number Diff line number Diff line change 36
36
get_registered_models ,
37
37
)
38
38
39
- __version__ = VERSION = (5 , 0 , 3 )
39
+ __version__ = VERSION = (5 , 0 , 4 )
You can’t perform that action at this time.
0 commit comments