I have a post_save signal that connects to a handler (myhandler).

i want to pass the user that generated the signal -- for example, say
which user created a comment, which user wrote a post etc.

Now I could use the foreignKey fields to the User model that are
defined in my comment and post models. however, that would just mean a
lot of nasty overhead.

is there a way that i can pass the user that generated the signal to
my signal handler ?

thanks.
--~--~---------~--~----~------------~-------~--~----~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to