Thursday, August 25, 2011

Re: Update the parent model when a related (inline) model changed?

Dear Shawn,

Am 25.08.2011 16:22, schrieb Shawn Milochik:
> Use django-celery and call the update in the save() or with a post_save
> signal.
>
> That will work under all circumstances, admin or not, and occur
> asynchronously.

Many thanks for your quick reply, but is there a way to achieve this
with pure Django means?

That is, without dependency on django-celery (which looks a bit
oversized for the task) or another heavy-weight external package, and
synchronously?

Again my thanks and best regards,
Carsten

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