pinax / symposion

a Django project for conference websites
BSD 3-Clause "New" or "Revised" License
299 stars 146 forks source link

Use of get_query_set() instead of get_queryset() #131

Open sul4bh opened 8 years ago

sul4bh commented 8 years ago

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