Skip to content

Set user in revisions to allow further tracking

Jonathan Weth requested to merge fix/set-user-revisions into master

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.

Merge request reports