newforms v0.4.2 Release Notes

Release Date: 2012-07-15 // almost 12 years ago
    • Automatically-added deletion fields are no longer included in the list of cleanedData for a FormSet [whardeman]
    • Data for forms marked for deletion is no longer present in a FormSet's cleanedData [whardeman]
    • ๐Ÿ›  Fixed FloatField.prototype._hasChanged(), which wasn't comparing against the field's initial value
    • โž• Added managementFormCssClass to BaseFormSet's kwargs, to provide a CSS class for the row generated to hold the management form's hidden fields
    • โž• Added use of hiddenFieldRowCssClass to provide a CSS class for Form rows which were generated solely to wrap empty fields to avoid generating invalid HTML
    • โž• Added use of rowCssClass to provide a class for each row in a Form [whardeman]