From 04780e8a25979645effeee0dacc279a8562ce675 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Tue, 23 Feb 2016 15:39:20 -0800 Subject: [1.9.x] Fixed #26267 -- Fixed BoundField to reallow slices of subwidgets. Backport of b41268135995cef46d40e550f9301fab20cf330d from master --- docs/releases/1.8.10.txt | 2 ++ docs/releases/1.9.3.txt | 2 ++ docs/spelling_wordlist | 1 + 3 files changed, 5 insertions(+) (limited to 'docs') 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`). diff --git a/docs/releases/1.9.3.txt b/docs/releases/1.9.3.txt index 1ce0096968..cd7d674864 100644 --- a/docs/releases/1.9.3.txt +++ b/docs/releases/1.9.3.txt @@ -40,3 +40,5 @@ Bugfixes * Fixed some crashing deprecation shims in ``SimpleTemplateResponse`` that regressed in Django 1.9 (:ticket:`26253`). + +* Fixed ``BoundField`` to reallow slices of subwidgets (:ticket:`26267`). diff --git a/docs/spelling_wordlist b/docs/spelling_wordlist index e75704177c..744e39ef20 100644 --- a/docs/spelling_wordlist +++ b/docs/spelling_wordlist @@ -629,6 +629,7 @@ quoteless Radziej rc readded +reallow reallowed rebase rebased -- cgit v1.3