Changes between Initial Version and Version 1 of Ticket #28130


Ignore:
Timestamp:
Apr 26, 2017, 9:17:34 AM (7 years ago)
Author:
Tim Graham
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28130

    • Property Severity NormalRelease blocker
    • Property Triage Stage UnreviewedAccepted
    • Property Summary Formset validate_min validation does not work on existing formsFormset 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]
     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