Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Django 1.7 as_manager #9

Open
streeter opened this issue Apr 14, 2014 · 1 comment
Open

Support Django 1.7 as_manager #9

streeter opened this issue Apr 14, 2014 · 1 comment

Comments

@streeter
Copy link
Member

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.

@frewsxcv
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants