mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Fixed #26267 -- Fixed BoundField to reallow slices of subwidgets.
This commit is contained in:
parent
1ff6e37de4
commit
b412681359
5 changed files with 20 additions and 1 deletions
|
@ -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`).
|
||||
|
|
|
@ -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`).
|
||||
|
|
|
@ -632,6 +632,7 @@ quoteless
|
|||
Radziej
|
||||
rc
|
||||
readded
|
||||
reallow
|
||||
reallowed
|
||||
rebase
|
||||
rebased
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue