Update dependency django-reversion to v4
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
django-reversion | dependencies | major |
^3.0.7 -> ^4.0.0
|
Release Notes
etianen/django-reversion
v4.0.0
-
Breaking: The
create_revision
view decorator andRevisionMiddleware
no longer roll back the revision and database transaction on response status code >= 400. It's the responsibility of the view to usetransaction.atomic()
to roll back any invalid data. This can be enabled globally by settingATOMIC_REQUESTS=True
. (@etianen)https://docs.djangoproject.com/en/3.1/ref/settings/#std:setting-DATABASE-ATOMIC_REQUESTS
-
Fixing gettext plural forms with Django (@martinsvoboda).
-
Deprecation removals (@lociii, @Peter-van-Tol).
-
CI testing improvements (@etianen, @michael-k).
-
Documentation fixes (@erikrw, @jedie, @michael-k).
Renovate configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.