Fixed #26267 -- Fixed BoundField to reallow slices of subwidgets.

This commit is contained in:
Jon Dufresne 2016-02-23 15:39:20 -08:00 committed by Tim Graham
parent 1ff6e37de4
commit b412681359
5 changed files with 20 additions and 1 deletions

View file

@ -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`).

View file

@ -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`).

View file

@ -632,6 +632,7 @@ quoteless
Radziej
rc
readded
reallow
reallowed
rebase
rebased