Fixed #25031 -- Fixed a regression in the unordered_list template filter.

This commit is contained in:
Noam 2015-06-25 13:46:11 +03:00 committed by Tim Graham
parent 2e70bf3785
commit e291fc4757
3 changed files with 30 additions and 15 deletions

View file

@ -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`).