diff options
| author | Jon Dufresne <jon.dufresne@gmail.com> | 2016-02-23 15:39:20 -0800 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-02-24 07:03:24 -0500 |
| commit | 04780e8a25979645effeee0dacc279a8562ce675 (patch) | |
| tree | 51a79d93e692a4396464913e91e14f5579287108 /docs | |
| parent | 5ca1d0a654aeb7ad655f565627b5b7eefc23d776 (diff) | |
[1.9.x] Fixed #26267 -- Fixed BoundField to reallow slices of subwidgets.
Backport of b41268135995cef46d40e550f9301fab20cf330d from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.8.10.txt | 2 | ||||
| -rw-r--r-- | docs/releases/1.9.3.txt | 2 | ||||
| -rw-r--r-- | docs/spelling_wordlist | 1 |
3 files changed, 5 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`). 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 |
