diff options
| author | Noam <noamkush@gmail.com> | 2015-06-25 13:46:11 +0300 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-06-27 09:39:29 -0400 |
| commit | fd61ce3817251c487fd98c3ed178a8258775329e (patch) | |
| tree | 9b6a8eb29595038009f5ce23891b073cf94733b3 /docs | |
| parent | 429680146304c44e92ecff655280bc464121f769 (diff) | |
[1.8.x] Fixed #25031 -- Fixed a regression in the unordered_list template filter.
Backport of e291fc4757e952fd4f663d88adca416b016db13e from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.8.3.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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`). |
