summaryrefslogtreecommitdiff
path: root/docs/releases/1.8.10.txt
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2016-02-23 15:39:20 -0800
committerTim Graham <timograham@gmail.com>2016-02-24 07:02:51 -0500
commitb41268135995cef46d40e550f9301fab20cf330d (patch)
tree063e280d5debf94c734de62bfe048fa6f05e7244 /docs/releases/1.8.10.txt
parent1ff6e37de46f0cbf271a287a0ca67678e741a90a (diff)
downloaddjango-b41268135995cef46d40e550f9301fab20cf330d.tar.gz
Fixed #26267 -- Fixed BoundField to reallow slices of subwidgets.
Diffstat (limited to 'docs/releases/1.8.10.txt')
-rw-r--r--docs/releases/1.8.10.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/releases/1.8.10.txt b/docs/releases/1.8.10.txt
index b63ae2abdc..c9fbd0470d 100644
--- a/docs/releases/1.8.10.txt
+++ b/docs/releases/1.8.10.txt
@@ -24,3 +24,5 @@ Bugfixes
* Reallowed dashes in top-level domain names of URLs checked by
``URLValidator`` to fix a regression in Django 1.8 (:ticket:`26204`).
+
+* Fixed ``BoundField`` to reallow slices of subwidgets (:ticket:`26267`).