Ok I got what i wanted :
http://djangosnippets.org/snippets/1052/
http://code.google.com/p/django-reversion/
-V-
http://twitter.com/venkasub
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-us...@googl
On Mon, Jun 14, 2010 at 5:00 PM, Daniel Roseman wrote:
>
> How does the user flow in your question differ from the standard form
> process?
>
My Q was more related to tracking the data changes - assuming that the DB
has a value 'Job' for attribute 'Name' and when displayed to the user he
changes
On Jun 14, 12:20 pm, Venkatraman S wrote:
> Hi,
>
> Is there some way by which i can track what all has changed when a user
> submits a form.
> i.e, i display a form to a user(with data) -> the user *can* change some of
> its form elements -> submits the form.
>
> One way to do that would be to co
Hi,
Is there some way by which i can track what all has changed when a user
submits a form.
i.e, i display a form to a user(with data) -> the user *can* change some of
its form elements -> submits the form.
One way to do that would be to compare with the model when the user submits
and do a diff
4 matches
Mail list logo