From f04a40491764bdc9a2ebbfc03fa7be424fb3ce63 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Fri, 28 Apr 2017 09:32:40 -0400 Subject: Fixed #28130 -- Fixed formset min_num validation with initial, unchanged forms. Regression in f5c6295797b8332134fd89e0209a18a1d1d45e0c. --- docs/releases/1.11.1.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.11.1.txt b/docs/releases/1.11.1.txt index a76806c2fb..2cf7e26dfd 100644 --- a/docs/releases/1.11.1.txt +++ b/docs/releases/1.11.1.txt @@ -58,3 +58,6 @@ Bugfixes * Fixed crash when overriding the template of ``django.views.static.directory_index()`` (:ticket:`28122`). + +* Fixed a regression in formset ``min_num`` validation with unchanged forms + that have initial data (:ticket:`28130`). -- cgit v1.3