Skip to content

chore(deps): update dependency django-reversion to v5

Delta10 Bot requested to merge renovate/django-reversion-5.x into master

This MR contains the following updates:

Package Change Age Adoption Passing Confidence
django-reversion ==4.0.1 -> ==5.0.4 age adoption passing confidence

Release Notes

etianen/django-reversion

v5.0.4

Compare Source

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

v5.0.3

Compare Source

  • 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 now emitted if a revert fails due to database integrity errors, making debugging the final RevertError easier.

v5.0.2

Compare Source

v5.0.1

Compare Source

  • Fix admin detail view in multi-database configuration (@​atten).

v5.0.0

Compare Source

  • Added support for using django-reversion contexts in asyncio tasks (@​bellini666).
  • Breaking: Dropped support for Python 3.6.

v4.0.2

Compare Source

  • Improved performance of createinitialrevisions management command (@​philipstarkey).

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Edited by Delta10 Bot

Merge request reports