With Django 1.2.1 I'm finding that signals don't seem to get sent
while running a custom manage.py command.  Looking at the
documentation[1], it looks like this may be the intended behavior; is
the documentation saying that _only_ the post_syncdb signal gets sent
when running django-admin commands, or that it's the only _additional_
signal that gets sent?  (Specifically I have some things that normally
happen on post_save that aren't ever getting called.)

If it's the only signal that gets sent, I'm curious: why?  (And is
there any chance additional signals will be supported in the future?
Say, all the normal Django ones?)

(If this is the intended behavior, it also might be nice to update the
docs to specifically state that post_syncdb is the only signal that
gets sent from django_admin.)

[1] http://docs.djangoproject.com/en/dev/ref/signals/#management-signals

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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