#9885: post_update signal ---------------------------+------------------------------------------------ Reporter: matehat | Owner: nobody Status: new | Milestone: Component: Uncategorized | Version: 1.0 Keywords: | Stage: Unreviewed Has_patch: 1 | ---------------------------+------------------------------------------------ Wouldn't it be nice to have a ''post_update'' signal to be triggered on every ''update'' done on a QuerySet object (since it is already implemented at model level for single-model updates). For an open project I'm preparing, I need to track changed done to registered models to that an indexing table is always up-to-date, and such signal is necessary, since ''update'' on queryset level doesn't currently trigger any project- wide event or signal. So I made the necessary changes (very small indeed) and attached the corresponding patches.
-- Ticket URL: <http://code.djangoproject.com/ticket/9885> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
