From 34d1905712d33e72c76b3a55a4fc24abbd11be6c Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Wed, 21 Apr 2021 09:41:37 +0200 Subject: Fixed #32665 -- Fixed caches system check crash when STATICFILES_DIRS is a list of 2-tuples. Thanks Jared Lockhart for the report. Regression in c36075ac1dddfa986340b1a5e15fe48833322372. --- docs/releases/3.2.1.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') diff --git a/docs/releases/3.2.1.txt b/docs/releases/3.2.1.txt index 76291f57c1..4aece451e1 100644 --- a/docs/releases/3.2.1.txt +++ b/docs/releases/3.2.1.txt @@ -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`). -- cgit v1.3