﻿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
12447	MutliDB Documentation Errata ('BACKEND' vs 'ENGINE')	Bryan Veloso	nobody	"The new docs specify the following:

{{{
DATABASES = {
    'default': {
        'NAME': 'app_data',
        'BACKEND': 'django.db.backends.postgres_psycopg2',
        'USER': 'postgres_user',
        'PASSWORD': 's3krit'
    },
}
}}}

`BACKEND` should be `ENGINE` as it throws a KeyError if the documentation's example is followed.

PS: Also, `postgres_psycopg2` should be `postgresql_psycopg2`, giving an error of `Error was: No module named postgres_psycopg2.base` otherwise."		closed	Documentation	1.1		fixed			Unreviewed	0	0	0	0	0	0
