Answer the question
In order to leave comments, you need to log in
How would you log each change to the model fields and its m2m?
A short example of a model:
class MyMolde(models.Model):
text = models.Text(field)
user = models.ForeignKey(....User)
services = models.ManyToMany
Answer the question
In order to leave comments, you need to log in
You just connect django-reversion to the project and get the entire history of creating / changing / deleting models with the ability to roll back to any version and restore the deleted one.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question