On 7/14/07, Steven Hilton <[EMAIL PROTECTED]> wrote:
>
> I'm working on a web app where if a particular conditions is met in
> particular object, a number of objects in another class/table need to
> be altered. Basically a trigger, but I'm trying to keep all my logic
> in the app for the time being. I'm wondering if there's a way to do
> this with the Django DB API w/o falling back to raw sql.

I did a quick search around, I think this is what you're looking for:

http://www.mercurytide.co.uk/whitepapers/django-signals/

I read it, and sounds very cool!

I don't know why there is no mention about it on the main documentation page.

Miguel

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to