mirror of
https://github.com/django/django.git
synced 2025-12-04 00:55:36 +00:00
Fixed #32665 -- Fixed caches system check crash when STATICFILES_DIRS is a list of 2-tuples.
Thanks Jared Lockhart for the report.
Regression in c36075ac1d.
This commit is contained in:
parent
5c73fbb6a9
commit
34d1905712
3 changed files with 38 additions and 4 deletions
|
|
@ -47,3 +47,7 @@ Bugfixes
|
|||
|
||||
* Fixed a regression in Django 3.2 that stopped the shift-key modifier
|
||||
selecting multiple rows in the admin changelist (:ticket:`32647`).
|
||||
|
||||
* Fixed a bug in Django 3.2 where a system check would crash on the
|
||||
:setting:`STATICFILES_DIRS` setting with a list of 2-tuples of
|
||||
``(prefix, path)`` (:ticket:`32665`).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue