mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Fixed #26973 -- Fixed views.static.serve() crash with show_indexes enabled.
This commit is contained in:
parent
0814566bf1
commit
1e32e1cc95
4 changed files with 9 additions and 2 deletions
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue