Store PropelAuth User ID as revision user_id when using Django Reversion

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?