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
positions/managers.py:31: RemovedInDjango18Warning: PositionManager.get_query_set method should be renamed get_queryset.
class PositionManager(Manager):
This is running Django 1.7.4
The text was updated successfully, but these errors were encountered:
positions/managers.py:31: RemovedInDjango18Warning:
PositionManager.get_query_set
method should be renamedget_queryset
.class PositionManager(Manager):
This is running Django 1.7.4
The text was updated successfully, but these errors were encountered: