I use PropelAuth for user authentication, so auth_user
is not used in this setup. However, django-reversion
expects the user to be an instance of User
(or whatever is set as settings.AUTH_USER_MODEL
). How can I store the PropelAuth
user ID as the revision user_id
in this case?