Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

REQUEST versioned projects #25

Open
bvdeenen opened this issue Dec 17, 2012 · 2 comments
Open

REQUEST versioned projects #25

bvdeenen opened this issue Dec 17, 2012 · 2 comments

Comments

@bvdeenen
Copy link

I'd really like the settings for a certain project (jobs, templates, schedules, permissions, ...) to be versioned, so that a rollback becomes possible.

@ghost
Copy link

ghost commented Dec 27, 2012

Good idea! I will do some testing with https://github.com/etianen/django-reversion soon

@ghost
Copy link

ghost commented Dec 27, 2012

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.

The same is true for the Django history (see ticket: https://code.djangoproject.com/ticket/15176).

I'll have to dig a bit deeper into this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant