sageteamorg / django-sage-tools

Reusable, generic mixins for Django
MIT License
6 stars 5 forks source link

🔨 Add `verbose_name` and to Attributes to Model Fields #5

Closed ARYAN-NIKNEZHAD closed 3 months ago

ARYAN-NIKNEZHAD commented 3 months ago

Description:

The current models lack verbose_name attributes for their fields, making them less readable in the admin interface. Additionally, foreign key fields should explicitly specify the to attribute for clarity. This issue aims to enhance the models by adding verbose_name and to attributes to improve readability and maintainability.