mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #26973 -- Fixed views.static.serve() crash with show_indexes enabled.
This commit is contained in:
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user