diff options
| author | Tim Graham <timograham@gmail.com> | 2017-04-28 09:32:40 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-04-28 09:32:40 -0400 |
| commit | f04a40491764bdc9a2ebbfc03fa7be424fb3ce63 (patch) | |
| tree | 90939e992037286524a373db11dd43d19888633c /docs | |
| parent | eb4724a0632928bda2a512a9117a91260096e457 (diff) | |
Fixed #28130 -- Fixed formset min_num validation with initial, unchanged forms.
Regression in f5c6295797b8332134fd89e0209a18a1d1d45e0c.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.11.1.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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`). |
