mitodl / mitxonline

BSD 3-Clause "New" or "Revised" License
4 stars 2 forks source link

Update dependency django-reversion to v5 #2377

Closed renovate[bot] closed 1 week ago

renovate[bot] commented 2 weeks ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
django-reversion ^4.0.1 -> ^5.0.0 age adoption passing confidence

Release Notes

etianen/django-reversion (django-reversion) ### [`v5.1.0`](https://redirect.github.com/etianen/django-reversion/blob/HEAD/CHANGELOG.rst#510---2024-08-09) [Compare Source](https://redirect.github.com/etianen/django-reversion/compare/v5.0.12...v5.1.0) - Django 5 support ([@​jeremy-engel](https://redirect.github.com/jeremy-engel)). - Use bulk_create\`\` on supported databases ([@​stianjensen](https://redirect.github.com/stianjensen)). ### [`v5.0.12`](https://redirect.github.com/etianen/django-reversion/blob/HEAD/CHANGELOG.rst#5012---2024-01-30) [Compare Source](https://redirect.github.com/etianen/django-reversion/compare/v5.0.11...v5.0.12) - Fix missing migration introduced in v5.0.11. ### [`v5.0.11`](https://redirect.github.com/etianen/django-reversion/blob/HEAD/CHANGELOG.rst#5011---2024-01-29) [Compare Source](https://redirect.github.com/etianen/django-reversion/compare/v5.0.10...v5.0.11) - Improved the Chinese translation ([@​zengqiu](https://redirect.github.com/zengqiu)). ### [`v5.0.10`](https://redirect.github.com/etianen/django-reversion/blob/HEAD/CHANGELOG.rst#5010---2023-12-30) [Compare Source](https://redirect.github.com/etianen/django-reversion/compare/v5.0.9...v5.0.10) - Fix N+1 queries while rendering the `recover_list.html` template ([@​armonge](https://redirect.github.com/armonge)). ### [`v5.0.9`](https://redirect.github.com/etianen/django-reversion/blob/HEAD/CHANGELOG.rst#509---2023-12-20) [Compare Source](https://redirect.github.com/etianen/django-reversion/compare/v5.0.8...v5.0.9) - Broken release. ### [`v5.0.8`](https://redirect.github.com/etianen/django-reversion/blob/HEAD/CHANGELOG.rst#508---2023-11-08) [Compare Source](https://redirect.github.com/etianen/django-reversion/compare/v5.0.7...v5.0.8) - Fix `get_deleted` ([@​siddarta-weis](https://redirect.github.com/siddarta-weis), [@​etianen](https://redirect.github.com/etianen)). ### [`v5.0.7`](https://redirect.github.com/etianen/django-reversion/blob/HEAD/CHANGELOG.rst#507---2023-11-07) [Compare Source](https://redirect.github.com/etianen/django-reversion/compare/v5.0.6...v5.0.7) - Speed up `get_deleted` ([@​caullla](https://redirect.github.com/caullla)). ### [`v5.0.6`](https://redirect.github.com/etianen/django-reversion/blob/HEAD/CHANGELOG.rst#506---2023-09-29) [Compare Source](https://redirect.github.com/etianen/django-reversion/compare/v5.0.5...v5.0.6) - Fix handling case of missing object in admin revert ([@​julianklotz](https://redirect.github.com/julianklotz)) ### [`v5.0.5`](https://redirect.github.com/etianen/django-reversion/blob/HEAD/CHANGELOG.rst#505---2023-09-19) [Compare Source](https://redirect.github.com/etianen/django-reversion/compare/v5.0.4...v5.0.5) - Handling case of missing object in admin revert ([@​etianen](https://redirect.github.com/etianen), [@​PavelPancocha](https://redirect.github.com/PavelPancocha)) - CI improvements ([@​etianen](https://redirect.github.com/etianen), [@​browniebroke](https://redirect.github.com/browniebroke)) ### [`v5.0.4`](https://redirect.github.com/etianen/django-reversion/blob/HEAD/CHANGELOG.rst#504---2022-11-12) [Compare Source](https://redirect.github.com/etianen/django-reversion/compare/v5.0.3...v5.0.4) - Fix warning log formatting for failed reverts ([@​tony](https://redirect.github.com/tony)). ### [`v5.0.3`](https://redirect.github.com/etianen/django-reversion/blob/HEAD/CHANGELOG.rst#503---2022-10-02) [Compare Source](https://redirect.github.com/etianen/django-reversion/compare/v5.0.2...v5.0.3) - A revision will no longer be created if a transaction is marked as rollback, as this would otherwise cause an additional database error ([@​proofit404](https://redirect.github.com/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`](https://redirect.github.com/etianen/django-reversion/blob/HEAD/CHANGELOG.rst#502---2022-08-06) [Compare Source](https://redirect.github.com/etianen/django-reversion/compare/v5.0.1...v5.0.2) - Fixed doc builds on readthedocs ([@​etianen](https://redirect.github.com/etianen)). ### [`v5.0.1`](https://redirect.github.com/etianen/django-reversion/blob/HEAD/CHANGELOG.rst#5012---2024-01-30) [Compare Source](https://redirect.github.com/etianen/django-reversion/compare/v5.0.0...v5.0.1) - Fix missing migration introduced in v5.0.11. ### [`v5.0.0`](https://redirect.github.com/etianen/django-reversion/blob/HEAD/CHANGELOG.rst#500---2022-02-20) [Compare Source](https://redirect.github.com/etianen/django-reversion/compare/v4.0.2...v5.0.0) - Added support for using django-reversion contexts in `asyncio` tasks ([@​bellini666](https://redirect.github.com/bellini666)). - **Breaking:** Dropped support for Python 3.6.

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone US/Eastern, Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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



This PR was generated by Mend Renovate. View the repository job log.