-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
Model._meta API warnings with Django 1.9 (RemovedInDjango110Warning) #3252
Comments
Noted, thanks. |
Now resolved in master. |
Now running Django 1.9b1 and DRF 3.3.0 I'm continuing to get a couple of warnings in relations to the changes in the Model._meta API introduced in Django 1.8.
|
Thanks for the report. |
Fix #3252 -- Use related_objects api for Django 1.9+
It's unclear to me whether this issue is supposed to have been resolved. I am using Django 1.9 and DRF 3.2.4 and am getting these warnings. Is there still a plan to fix these? I have googled a solution to no avail. I also cannot figure out a way to suppress them. I care because they output from my automated build, which causes the developers to sometimes think there is an error from the build, when it's really just a warning. |
They are known to be resolved in master |
Thanks for the info. I just upgraded to DRF 3.3.2, ran my automated build, and the warnings are gone. Thanks for your help. |
Thanks for the feedback. |
👍 |
Whilst running Django 1.9.dev (master) I'm getting a couple of warnings in relations to the changes in the Model._meta API introduced in Django 1.8.
The text was updated successfully, but these errors were encountered: