I'd like to suggest adding the ability to connect signals with models
by app label and model name.
Example API:
post_save.connect(
my_signal_handler,
sender='my_app.MyModel'
)
This would allow for better decoupling of code, as well as a far
cleaner dependency graph.
I'm not certain how this would affect custom signals. I'm primarily
speaking of the provided signals in ``db.models.signals``, but this
might be something that applies to custom signals as well.
--
You received this message because you are subscribed to the Google Groups
"Django developers" 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-developers?hl=en.