﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
24197	contrib.staticfiles does not respect override_settings	Mark Lavin	Mark Lavin	Various parts of the staticfiles storages and finders do not respect changes to the related settings when using the {{{override_settings}}} or {{{settings}}} context manager in the test suite. This is handled in Django's own test suite by clearing the {{{lru_cache}}} and {{{staticfiles_storage}}} in the {{{BaseStaticFilesTestCase.setUp}}}. Ideally this would be handled by registering signal handlers for {{{setting_changed}}} as is done for {{{DEFAULT_FILE_STORAGE}}}, {{{MEDIA_ROOT}}}, etc for the uploaded media settings.	Cleanup/optimization	closed	contrib.staticfiles	dev	Normal	fixed			Ready for checkin	1	0	0	0	0	0
