﻿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
30234	Disallow non-uppercase settings in settings.configure()	orlnub123	nobody	"Contradictory to the documentation, `settings.configure()` and `UserSettingsHolder.__getattr__()` allow non-upper settings to be set and retrieved, respectively. This allows for the following to happen:
{{{
import types
from django.conf import settings

settings.configure(types.SimpleNamespace(foo=""bar""), baz=""qux"")
print(settings.foo, settings.baz)  # Doesn't error
}}}"	Bug	closed	Core (Other)	dev	Normal	fixed	settings		Accepted	1	0	0	0	0	0
