Fixed #26973 -- Fixed views.static.serve() crash with show_indexes enabled.

This commit is contained in:
Tim Graham 2016-08-10 11:27:03 -04:00 committed by GitHub
parent 0814566bf1
commit 1e32e1cc95
4 changed files with 9 additions and 2 deletions

View file

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