On 7 Mar, 05:06, Venkatraman S <venka...@gmail.com> wrote:
> Hi,
>
> Similar to the way, the admin tracks the changes, i was looking for
> something which can be used in my app and stumbled on
> this<http://stackoverflow.com/questions/987669/tying-in-to-django-admins-m...>
> .
> Q is : How efficient is this? I mean, do you see performance problems in
> your app when you implement this feature?Anything else that needs to be
> taken care of?
> Also, is it possible to know what were the old and new values of the field
> that are getting updated?
>
> -V-http://blizzardzblogs.blogspot.com/

One of the answers there was to use django-reversion - you can try if
it fits your needs.
It stores previous states of the model instance using XML notation,
which makes it possible to migrate models without loosing history.

--
Tomasz Zielinski
pyconsultant.eu

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to