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

Deprecated warning for get_all_related_objects and get_all_related_m2m_objects_with_model #23

Closed
romgar opened this issue Jun 19, 2016 · 0 comments

Comments

@romgar
Copy link
Contributor

romgar commented Jun 19, 2016

Warnings generated in Django 1.9 to clean for 1.10:

.../django-deep-collector/deep_collector/core.py:408: RemovedInDjango110Warning: 'get_all_related_objects is an unofficial API that has been deprecated. You may be able to replace it with 'get_fields()'
  return self.clean_by_fields(obj, obj._meta.get_all_related_objects(),

.../django-deep-collector/deep_collector/core.py:412: RemovedInDjango110Warning: 'get_all_related_m2m_objects_with_model is an unofficial API that has been deprecated. You may be able to replace it with 'get_fields()'
  return self.clean_by_fields(obj, obj._meta.get_all_related_m2m_objects_with_model(),
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

1 participant