Do you have further detail on how this looks?  I was intending to use
forms.changed_data, but I would much rather get an automatic list of
changed fields by comparing the new submission to the initial state.
How do I compare the initial to the post within a pre_save function?


On Oct 26, 12:18 pm, bruno desthuilliers
<bruno.desthuilli...@gmail.com> wrote:
> On 26 oct, 15:48, Ed <edmund.rog...@gmail.com> wrote:
>
> > I do like this a lot.  If I use post_save, is there a way to grab the
> > field that is altered?
>
> Nope, you have to use "pre_save" for this, load another (yet
> unmodified) copy of your model instance, and diff both.
>
> > I know the admin page seems to be able to
> > determine the changed field. . .
>
> ModelForms do keep a copy of the initial state so they can tell what
> went modified.

-- 
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...@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