-
Notifications
You must be signed in to change notification settings - Fork 117
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
Custom model managers don't work #31
Comments
I had the same issue when upgrading from Django 1.6 to Django 1.7. This is related to Calling custom QuerySet methods from the Manager in the release notes. I solved it two different ways:
|
I'm having this issue also, any chance your fixed gets pulled in? |
Fixed in |
Thanks! |
This was referenced Jul 16, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Custom model managers have several errors of the form:
The text was updated successfully, but these errors were encountered: