summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-08-10 11:27:03 -0400
committerGitHub <noreply@github.com>2016-08-10 11:27:03 -0400
commit1e32e1cc951ac9bada52aa20a9523acc7cc6ecb3 (patch)
tree4b966038f7c062a270f181ae0d9c2cb1988a1beb /docs
parent0814566bf1212c9d63982a7107693108b73394df (diff)
Fixed #26973 -- Fixed views.static.serve() crash with show_indexes enabled.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.10.1.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.10.1.txt b/docs/releases/1.10.1.txt
index b805fbe12b..2ebd36cf0f 100644
--- a/docs/releases/1.10.1.txt
+++ b/docs/releases/1.10.1.txt
@@ -42,3 +42,6 @@ Bugfixes
backends, such as PostgreSQL, that support returning the IDs of the created
records so that many-to-many relationships can be used on the new objects
(:ticket:`27026`).
+
+* Fixed crash of ``django.views.static.serve()`` with ``show_indexes`` enabled
+ (:ticket:`26973`).