diff options
| author | Noam <noamkush@gmail.com> | 2015-06-25 13:46:11 +0300 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-06-27 09:37:41 -0400 |
| commit | e291fc4757e952fd4f663d88adca416b016db13e (patch) | |
| tree | b94ca22fdaa6c4b1d6178e781099643c53d690e1 /docs | |
| parent | 2e70bf37854e39d46557317fb4098da5261618d5 (diff) | |
Fixed #25031 -- Fixed a regression in the unordered_list template filter.
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`). |
