Saturday, March 5, 2011

Re: How to know when an admin form is completly saved to DB?

On Fri, Mar 4, 2011 at 3:09 PM, Marc Aymerich <glicerinu@gmail.com> wrote:
> Hi,
> I have an admin class with some arbitrary number of inline forms. I
> want to make some stuff when all the inlines are successfully saved.
> How can I do that? admin executes something else after save_model ??
>


After model_save django admin calls log_addition or log_change :)


--
Marc

--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment