Opened 12 years ago
#250 new enhancement
Use help_texts option
Reported by: | adehnert | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | Sometime |
Component: | Core | Version: | |
Keywords: | django-1.6 | Cc: | |
Size: | tiny |
Description
In a couple places, we grab form field objects from a model field and then modify the help_text. Starting in Django 1.6, we can instead set help_texts on the form's Meta class.
Note: See
TracTickets for help on using
tickets.