8000 Add option to display field choices in graph_models by titouanc · Pull Request #1854 · django-extensions/django-extensions · GitHub
[go: up one dir, main page]

Skip to content

Add option to display field choices in graph_models #1854

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

Merged
merged 1 commit into from
Feb 7, 2024

Conversation

titouanc
Copy link
Contributor
@titouanc titouanc commented Jan 7, 2024

Use ./manage.py graph_models --display-field-choices to display the set of
valid choices for a field. This option is not enabled by default, because
choices with a "large" cardinality would mess up the layout, but this can be
very useful for fields with a small number of choices.

Signed-off-by: Titouan Christophe moiandme@gmail.com

Use `./manage.py graph_models --display-field-choices` to display the set of
valid choices for a field. This option is not enabled by default, because
choices with a "large" cardinality would mess up the layout, but this can be
very useful for fields with a small number of choices.

Signed-off-by: Titouan Christophe <moiandme@gmail.com>
@trbs trbs merged commit 81e7982 into django-extensions:main Feb 7, 2024
@titouanc titouanc deleted the display-field-choices branch February 11, 2024 14:20
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

Successfully merging this pull request may close these issues.

2 participants
0