You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Yeah, it seems like it was some type of import issue. I managed to get everything working by adding a 'uid' parameter to each of my signal receiver registrations.
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
The text was updated successfully, but these errors were encountered: