There is a functionality which I am interested in and I wonder what is the cleanest and most foward compatible way of doing things.
I want models to sprout a suggest() method which would work like save() but keep the data in some structure elsewhere that do not modify the original data. Any regular call to that object would work as if it wasn't modified. I also want a accept() method that would commit the changes (and obviously a reject() method to discard them and some way to explore the suggested changes). I am not interested in history at all. How would you go about implementing those functionalities? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

