Skip to content

Commit

Permalink
v5.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
etianen committed Nov 12, 2022
1 parent 2ce16cb commit fedcc71
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,18 @@
django-reversion changelog
==========================

5.0.4 - 2022-11-12
------------------

- Fix warning log formatting for failed reverts (@tony).


5.0.3 - 2022-10-02
------------------

- A revision will no longer be created if a transaction is marked as rollback, as this would otherwise cause an
additional database error (@proofit404).
- A warning log is noe emitted if a revert fails due to database integrity errors, making debugging the final
- A warning log is now emitted if a revert fails due to database integrity errors, making debugging the final
``RevertError`` easier.


Expand Down
2 changes: 1 addition & 1 deletion reversion/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@
get_registered_models,
)

__version__ = VERSION = (5, 0, 3)
__version__ = VERSION = (5, 0, 4)

0 comments on commit fedcc71

Please sign in to comment.