dennybiasiolli / django-reversion-rest-framework

A package for adding a django-reversion history endpoint to django-rest-framework ModelViewSet.
https://pypi.org/project/django-reversion-rest-framework/
MIT License
11 stars 3 forks source link

Add views/mixins to facilitate the version restores #4

Open anudeepsamaiya opened 3 years ago

anudeepsamaiya commented 3 years ago

Currently the library can support list of history and delete versions.

A nice feature would be to add the capability to restore versions, or rollback to a previous version.

dennybiasiolli commented 3 years ago

Nice suggestion, I'll work on it for the next version of this package