﻿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
14595	DATABASE DeprecationWarning includes new syntax.	CarlFK	nobody	"There are 2 Deprecation Warnings that can display code ready to cut/paste into settings.py:

Old:
{{{
/home/carl/src/veyepar/lib/python2.6/site-packages/django/db/__init__.py:60: 
DeprecationWarning: Short names for ENGINE in database configurations are deprecated. Prepend default.ENGINE with 'django.db.backends.'
}}}

New:
{{{
/home/carl/src/veyepar/lib/python2.6/site-packages/django/db/__init__.py:62: 
DeprecationWarning: Short names for ENGINE in database configurations are deprecated. Prepend default.ENGINE with 'django.db.backends.'
 django.db.backends.sqlite3
}}}


New:
{{{
/home/carl/src/veyepar/lib/python2.6/site-packages/django/db/__init__.py:31: 
DeprecationWarning: settings.DATABASE_* is deprecated; instead use
DATABASES =  {'default': {'ENGINE': 'sqlite3',
 'HOST': '',
 'NAME': '/home/carl/src/veyepar/dj/veyepar.db',
 'OPTIONS': {},
 'PASSWORD': '',
 'PORT': '',
 'TEST_CHARSET': None,
 'TEST_COLLATION': None,
 'TEST_NAME': None,
 'USER': ''} }
  DeprecationWarning
}}}

It would be nice to roll the 2 together, but that would make the code way more messy, which isn't worth it.
"		closed	Database layer (models, ORM)	1.2		wontfix			Unreviewed	1	0	0	0	0	0
