Changes between Initial Version and Version 1 of Ticket #18237, comment 2


Ignore:
Timestamp:
May 2, 2012, 2:20:06 AM (12 years ago)
Author:
Jannis Leidel

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 by 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.
     1There 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.
Back to Top