mirror of
https://github.com/django/django.git
synced 2025-10-17 22:07:29 +00:00
Fixed #25031 -- Fixed a regression in the unordered_list template filter.
This commit is contained in:
parent
2e70bf3785
commit
e291fc4757
3 changed files with 30 additions and 15 deletions
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue