Changes between Initial Version and Version 1 of Ticket #28130
- Timestamp:
- Apr 26, 2017, 9:17:34 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28130
- Property Severity Normal → Release blocker
- Property Triage Stage Unreviewed → Accepted
- Property Summary Formset validate_min validation does not work on existing forms → Formset validate_min validation ignores unchanged forms
-
Ticket #28130 – Description
initial v1 1 The formset validation is changed because of ticket [https://code.djangoproject.com/ticket/26844 26844]1 The formset validation is changed because of ticket #26844. 2 2 3 However, the fix for the empty forms breaks the validate_minvalidation for formset with existing unchanged form data in Django 1.11.3 However, the fix for the empty forms breaks the `validate_min` validation for formset with existing unchanged form data in Django 1.11. 4 4 It counts unchanged existing forms as 'empty' form because they are not changed, but they should not be counted as empty.