symposion
symposion copied to clipboard
Use of get_query_set() instead of get_queryset()
As far as I know, get_query_set() was replaced by get_queryset() in newer version of django. Should the code here (https://github.com/pinax/symposion/blob/master/symposion/sponsorship/managers.py#L7) be fixed fixed to use get_queryset() ?