Set user in revisions to allow further tracking
Compare changes
Files
2@@ -7,6 +7,8 @@ from django.utils.translation import gettext as _
@@ -55,6 +57,7 @@ def mark_absent(
By default, Django Reversion doesn't automatically set the user in revisions when create_revision is used, so the user has to be set manually.