﻿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
15336	Spurious DeprecationWarning when no database settings present	Ivan Sagalaev	Ivan Sagalaev	"If a db-less project doesn't set up database settings management commands produce a spurious DeprecationWarning:

{{{
django/db/__init__.py:18: DeprecationWarning: settings.DATABASE_* is deprecated; use settings.DATABASES instead.
  DeprecationWarning
}}}

This breaks running cron scripts due to cron considering any output from a program as a reason to yell into your email about something possibly broken.

The warning is raised on a single condition of empty settings.DATABASES. This is easily fixed by also checking if a deprecated settings.DATABASE_ENGINE is set. A patch is following."		closed	Core (Other)	1.2		fixed			Ready for checkin	1	0	0	0	0	0
