﻿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
34273	"settings.DEFAULT_FILE_STORAGE is not the same as settings.STORAGES[""default""]"	אורי	nobody	"Hi,

I ran tests with Django 4.2 alpha and sorl-thumbnail==12.9.0. The tests pass but there is a deprecation warning because sorl-thumbnail uses `THUMBNAIL_STORAGE = settings.DEFAULT_FILE_STORAGE`. I tried to change the line in sorl-thumbnail to `THUMBNAIL_STORAGE = settings.STORAGES[""default""]`, and then many tests fail with error messages such as ""You can't use this format for your profile picture. Only JPEG or PNG formats are accepted."". My conclusion is that `settings.DEFAULT_FILE_STORAGE` is not the same as `settings.STORAGES[""default""]` in Django 4.2 alpha, and it looks like a bug. Or is it a feature?"	Uncategorized	closed	File uploads/storage	4.2	Normal	invalid			Unreviewed	0	0	0	0	0	0
