From e291fc4757e952fd4f663d88adca416b016db13e Mon Sep 17 00:00:00 2001 From: Noam Date: Thu, 25 Jun 2015 13:46:11 +0300 Subject: Fixed #25031 -- Fixed a regression in the unordered_list template filter. --- docs/releases/1.8.3.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.8.3.txt b/docs/releases/1.8.3.txt index 3511a258a4..600291d902 100644 --- a/docs/releases/1.8.3.txt +++ b/docs/releases/1.8.3.txt @@ -89,3 +89,6 @@ Bugfixes * Fixed inline forms that use a parent object that has a ``UUIDField`` primary key and a child object that has an ``AutoField`` primary key (:ticket:`24958`). + +* Fixed a regression in the ``unordered_list`` template filter on certain + inputs (:ticket:`25031`). -- cgit v1.3