You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd really like the settings for a certain project (jobs, templates, schedules, permissions, ...) to be versioned, so that a rollback becomes possible.
The text was updated successfully, but these errors were encountered:
Did some testing but unfortunately the solution might not be as simple as it looked. For the admin I am using custom queryset methods (https://docs.djangoproject.com/en/1.4/ref/contrib/admin/#django.contrib.admin.ModelAdmin.queryset) so that users have access to a sub-set of data, depending on the assigned groups. Django-revision doesn't play nicely with this custom queryset and is exposing the full set of data to the user on roll-back / recovery.
I'd really like the settings for a certain project (jobs, templates, schedules, permissions, ...) to be versioned, so that a rollback becomes possible.
The text was updated successfully, but these errors were encountered: