Skip to content

create_connection signal only fired if app name given #80

Open
@patrickcd

Description

@patrickcd

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions