We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Use _meta.get_fields() to get list of fields, instead of _meta.concrete_fields which is a private API
_meta.get_fields()
_meta.concrete_fields
https://docs.djangoproject.com/en/2.2/ref/models/meta/#django.db.models.options.Options.get_fields
The text was updated successfully, but these errors were encountered:
LincolnPuzey
No branches or pull requests
Use
_meta.get_fields()
to get list of fields, instead of_meta.concrete_fields
which is a private APIhttps://docs.djangoproject.com/en/2.2/ref/models/meta/#django.db.models.options.Options.get_fields
The text was updated successfully, but these errors were encountered: