Skip to content

Commit fedcc71

Browse files
committed
v5.0.4
1 parent 2ce16cb commit fedcc71

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,18 @@
33
django-reversion changelog
44
==========================
55

6+
5.0.4 - 2022-11-12
7+
------------------
8+
9+
- Fix warning log formatting for failed reverts (@tony).
10+
11+
612
5.0.3 - 2022-10-02
713
------------------
814

915
- A revision will no longer be created if a transaction is marked as rollback, as this would otherwise cause an
1016
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
1218
``RevertError`` easier.
1319

1420

reversion/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@
3636
get_registered_models,
3737
)
3838

39-
__version__ = VERSION = (5, 0, 3)
39+
__version__ = VERSION = (5, 0, 4)

0 commit comments

Comments
 (0)