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
Django 5.0 introduces new methods to define choices (see Django 5.0 announcement, now choices may be:
Choice
The method get_field_details should check which kind of choices are available on the field before using it.
get_field_details
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Motivation
Django 5.0 introduces new methods to define choices (see Django 5.0 announcement, now choices may be:
Choice
Proposed Solution
The method
get_field_details
should check which kind of choices are available on the field before using it.The text was updated successfully, but these errors were encountered: