﻿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
36504	LazyObject for storages with override_settings does not behave as described	Dennis Brinkman	khosro_o	"Dear Django Team,

While working on my own Django project using storages, I found an error in the [Managing Files - Using a callable](https://docs.djangoproject.com/en/5.2/topics/files/#using-a-callable) documentation (the last two code blocks to be precise). As it turns out, the solution of using the `override_settings` decorator does not work as advertised while testing `FileField`s. 

I have made a minimal Django project (https://github.com/Brinky5678/django_incorrect_docs_demo) for easy replication. In the readme, I have included steps to how to replicate, as well as the cause of why I think it does not work as expected. 

This ticket is not meant to provide a workable solution using the `override_settings` decorator. Instead, I merely wish to have the documentation updated in such a way that the warning of the storage callables being evaluated during model loading remains, but without the incorrect documentation about using `LazyObject`s. 

"	Bug	assigned	File uploads/storage	5.2	Normal			Dennis Brinkman	Accepted	1	0	0	1	0	0
