﻿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
14001	Can't use testing w/out having db creation privileges	mnbayazit	nobody	"You can't run `./manage.py test` unless you have `CREATE DATABASE` privileges. This kind of sucks if you're on a shared server and you can only create databases thru the admin panel, or you're only alloted a few. There's really no reason Django shouldn't allow you to choose one of these manually created databases; then instead of dropping the whole DB after running all the tests, you can just drop the tables.

I'm submitting a patch to show how it can be done, but this is a hack specifically for PostgreSQL."		closed	Testing framework	1.2		wontfix			Unreviewed	1	0	0	0	0	0
