Skip to content
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

Display better value for nulls in Django admin interface #1415

Open
zqian opened this issue Aug 30, 2022 · 0 comments
Open

Display better value for nulls in Django admin interface #1415

zqian opened this issue Aug 30, 2022 · 0 comments

Comments

@zqian
Copy link
Member

zqian commented Aug 30, 2022

Describe your problem or feature you'd like added

This is a general setting for Django application:
By default, Django admin UI displays null value as '-' , the default setting of admin.site.empty_value_display.

We may want to set the value to empty space, or others, instead of the default '-' per field. For instance some text like "Never updated" or "No term".

Describe the solution you'd like

This is discovered in #1410, where the fix is to remove data_last_updated value for courses.

@jonespm jonespm changed the title Display of null value in Django admin interface Display better value for nulls in Django admin interface Aug 30, 2022
@jennlove-um jennlove-um added this to To do in MyLA-Default-Project via automation Feb 15, 2023
@jonespm jonespm added the good first issue Good for newcomers label Apr 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

No branches or pull requests

3 participants