Changes between Initial Version and Version 1 of Ticket #18237, comment 2
- Timestamp:
- May 2, 2012, 2:20:06 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18237, comment 2
initial v1 1 There is a simple way, subclass the form and override the error message byin a new form field. It's hardly a DRY violation if you want to modify the default behavior. The linked blog post proposes making the field params overridable by having more options in the `Meta` class, the worst possible API for form composing IMO. Closing as wontfix.1 There is a simple way, subclass the form and override the error message in a new form field. It's hardly a DRY violation if you want to modify the default behavior. The linked blog post proposes making the field params overridable by having more options in the `Meta` class, the worst possible API for form composing IMO. Closing as wontfix.