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

Improve Inline Verbose Name Handling in Django Admin #124

Open
archie-ai-code-explain-pr-review bot opened this issue Jul 13, 2024 · 0 comments
Open

Comments

@archie-ai-code-explain-pr-review
  • Django allows specifying verbose_name and verbose_name_plural for Inline classes in admin views
  • However, verbose_name_plural for an Inline is currently based on the model name or the verbose_name specified in the model's Meta class, rather than the verbose_name set for the Inline
  • This can be confusing, as users may expect the plural form to be automatically derived from the specified verbose_name for the Inline, similar to how it works for a model's Meta class
  • Propose that verbose_name_plural for an Inline class should by default be based on the verbose_name specified for that Inline, to provide a more consistent and intuitive experience
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

No branches or pull requests

0 participants