Open
Description
I've got a sql aggregate function that registers via the create_connection signal. This works with django-nose if I pass an app name, but not otherwise.
manage.py test # signal receiver not called
manage.py test myapp # signal receiver called
Easy to work around this, so no worries, but I thought the report might be useful
thanks