1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

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

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