mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
[1.8.x] Fixed #25031 -- Fixed a regression in the unordered_list template filter.
Backport of e291fc4757 from master
This commit is contained in:
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user