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
Django 1.7 introduces a new method to create managers with custom querysets. I think we should make sure that method works. That would mean moving more logic to the queryset from the manager class.
The text was updated successfully, but these errors were encountered:
Most of our logic is already on the queryset at this point. This isn't necessary to implement to support Django 1.7, but once we drop Django 1.6 support, we can remove the intermediate manager and use as_manager.
Django 1.7 introduces a new method to create managers with custom querysets. I think we should make sure that method works. That would mean moving more logic to the queryset from the manager class.
The text was updated successfully, but these errors were encountered: