my_object = form.save()
if my_object:
do_something()
On Sat, Mar 5, 2011 at 1:21 PM, Marc Aymerich <glicerinu@gmail.com> wrote:
On Fri, Mar 4, 2011 at 3:09 PM, Marc Aymerich <glicerinu@gmail.com> wrote:After model_save django admin calls log_addition or log_change :)
> 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 ??
>
--
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.
--
Regards,
Sithembewena Lloyd Dube
--
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