symposion icon indicating copy to clipboard operation
symposion copied to clipboard

Use of get_query_set() instead of get_queryset()

Open sul4bh opened this issue 8 years ago • 0 comments

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() ?

sul4bh avatar Apr 07 '16 02:04 sul4bh