On 11/24/05, Andreas Stuhlmüller <[EMAIL PROTECTED]> wrote: > It looks like "set_thingie" methods for many-to-many related objects > (as well as "set_thingie_order" and "get_thingie_order" methods) don't > trigger _pre_save or _post_save. Of course that's how it should be -- > but is there a recommended way to execute code before or after these > methods?
Correct -- the "set_thingie" methods don't trigger _pre_save() or _post_save(). Right now there's no hook before or after these methods. Would it work for you to put the pre- and post-saving logic in your own code, or does it absolutely have to be part of Django itself? Adrian -- Adrian Holovaty holovaty.com | djangoproject.com | chicagocrime.org