newforms v0.4.0 Release Notes

Release Date: 2012-03-08 // about 12 years ago
    • Extracted validators into a validators project and added it as a dependency - as a result, callValidator(), isCallable() and IPv6 functions now live under forms.validators
    • Extracted URL utility functions out into isomorph
    • ๐Ÿ›  Fixed #11: a validator's error message should take precedence unless the field it's validating has defined a custom error message using the same error code
    • ๐Ÿ”„ Changed BoundField.protoype.labelTag() to also include the form's labelSuffix