﻿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
35397	override_settings for STORAGES loses OPTIONS	Will Giddens	nobody	"If you use override_settings to change STORAGES, any OPTIONS set on the default storage are ignored. 

The `Settings.__init__()` checks if STORAGES is overwritten and sets the DEFAULT_FILE_STORAGE to the new value.  `StorageHandler.backends` checks to see if DEFAULT_FILE_STORAGE is overridden. It proceeds to overwrite the `STORAGES[""default""]` based on the DEFAULT_FILE_STORAGE setting and overrides the explicitly set OPTIONS.  

It looks like `STATICFILES_STORAGE` is handled the same way. 

"	Uncategorized	closed	File uploads/storage	4.2	Normal	invalid	override_settings, storages		Unreviewed	0	0	0	0	0	0
