-
Notifications
You must be signed in to change notification settings - Fork 3
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
Capitalize fields without verbose names in "additional columns"? #1028
Labels
UI-UX
Appearance, coherence, usability of user-facing parts (frontend, user interface)
Comments
koeaw
added
the
UI-UX
Appearance, coherence, usability of user-facing parts (frontend, user interface)
label
Jul 2, 2024
Probably using |
Yeah, looks like that's what's used internally for model fields without |
b1rger
added a commit
that referenced
this issue
Nov 13, 2024
Make the column choices have the same format as the filter form labels by running the field names through the `pretty_name` method. Closes: #1028
This was referenced Nov 18, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I noticed that fields without a
verbose_name
in the "additional columns" dropdown aren't capitalised whereas the field labels in the search/filter form on the left are (probably because that's the Django default).For consistency, it would make sense to mimic the Django behaviour and capitalize them.
In this example, model fields:
name
,latitude
,longitude
:The text was updated successfully, but these errors were encountered: