summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2017-04-25 11:01:21 -0400
committerTim Graham <timograham@gmail.com>2017-04-25 11:01:34 -0400
commit4a89000ccf0483c67f66709cca90fc50ad82aacc (patch)
tree723f2a06d921c2a9efc020996cb567e517b13024 /docs
parent7eecf496eecdf9ce1227e0ea517d32880e3300d9 (diff)
[1.11.x] Fixed #28122 -- Fixed crash when overriding views.static.directory_index()'s template.
Backport of 56970c5b61f8f1612944dc54b72ef210d433066f from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.11.1.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.11.1.txt b/docs/releases/1.11.1.txt
index 78715791e7..a76806c2fb 100644
--- a/docs/releases/1.11.1.txt
+++ b/docs/releases/1.11.1.txt
@@ -55,3 +55,6 @@ Bugfixes
* Fixed a regression causing incorrect queries for ``__in`` subquery lookups
when models use ``ForeignKey.to_field`` (:ticket:`28101`).
+
+* Fixed crash when overriding the template of
+ ``django.views.static.directory_index()`` (:ticket:`28122`).