﻿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
18316	settings.configure() does not apply LOGGING_CONFIG	luch@…	nobody	"settings.configure() does not call LOGGING_CONFIG:
{{{
import my_settings as S
from django.conf import settings
settings.configure(S)
}}}

While touching settings attribute like management.get_commands() does implicit call:
{{{
import os
os.environ[""DJANGO_SETTINGS_MODULE""] = ""my_settings""

from django.conf import settings
settings.INSTALLED_APPS
}}}

Full sample is in attach"	Bug	closed	Core (Other)	1.4	Normal	duplicate	settings configure		Accepted	0	0	0	0	0	0
