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
nav/django/utils.py
After dropping support for Djangos older than 3.2 some of these functions might be outdated or could be simplified.
get_model_and_name, get_all_related_objects and get_all_related_many_to_many_objects are only used by seeddb.
get_model_and_name
get_all_related_objects
get_all_related_many_to_many_objects
Originally posted by @hmpf in #2823 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After dropping support for Djangos older than 3.2 some of these functions might be outdated or could be simplified.
get_model_and_name
,get_all_related_objects
andget_all_related_many_to_many_objects
are only used by seeddb.Originally posted by @hmpf in #2823 (comment)
The text was updated successfully, but these errors were encountered: