﻿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
25351	Database Test Settings	m4r0v3r	nobody	"Hello, 

The documentation for the Database Test Settings is lacking and can leave users such as me confused, if a simple example such as this was included it would help :)

DATABASES = {
    'default': {
        'ENGINE': 'django.db.backends.postgresql_psycopg2',
        'USER': 'jenkins',
        'NAME': 'django',
        'TEST': {
            'NAME': 'test_django_%s_%s' % (PY_VERSION, BUILD_NAME),
        },
},

Thanks to MarkusH for the example and help :)"	Cleanup/optimization	new	Documentation	1.8	Normal				Unreviewed	0	0	0	0	0	0
