Changes between Initial Version and Version 1 of Ticket #28130


Ignore:
Timestamp:
04/26/17 14:17:34 (7 years ago)
Author:
Tim Graham
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28130

    • Property Severity changed from Normal to Release blocker
    • Property Summary changed from Formset validate_min validation does not work on existing forms to Formset validate_min validation ignores unchanged forms
    • Property Triage Stage changed from Unreviewed to Accepted
  • Ticket #28130 – Description

    initial v1  
    1 The formset validation is changed because of ticket [https://code.djangoproject.com/ticket/26844 26844]
     1The formset validation is changed because of ticket #26844.
    22
    3 However, the fix for the empty forms breaks the validate_min validation for formset with existing unchanged form data in Django 1.11.
     3However, the fix for the empty forms breaks the `validate_min` validation for formset with existing unchanged form data in Django 1.11.
    44It counts unchanged existing forms as 'empty' form because they are not changed, but they should not be counted as empty.
Back to Top