etianen / django-reversion

django-reversion is an extension to the Django web framework that provides version control for model instances.
https://django-reversion.readthedocs.io
BSD 3-Clause "New" or "Revised" License
3.04k stars 489 forks source link

i was looking for a way to add reversions for changes via DRF #954

Closed kakulukia closed 1 year ago

kakulukia commented 1 year ago

Would it be possible to enhance the default viewset of the Django rest framework to also be able to store changes?

Did anyone already look into that or decided that this project will not support changes over via rest calls? In my view this would be a welcome addition!

kakulukia commented 1 year ago

okay, after some searching i found the RevisionMiddleware so its all there already, awesome!

I would just suggest that the documentation could highlight that a lil better.