﻿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
16729	inconsistency between doc and code for oracle DB backend	simon.cruanes.2007@…	nobody	"According to the doc for the oracle DB backend, at
https://docs.djangoproject.com/en/dev/ref/settings/?from=olddocs#test-create-user
the option to prevent a user from being created during tests is
TEST_CREATE_USER.

However, this option has no effect since the code at
https://code.djangoproject.com/browser/django/trunk/django/db/backends/oracle/creation.py#L219
uses 'TEST_USER_CREATE' instead of 'TEST_CREATE_USER'. 

This is an inconsistency between code and doc, imho it should be enough to update the doc."	Bug	closed	Database layer (models, ORM)	1.3	Normal	fixed	oracle doc option		Ready for checkin	1	0	0	0	1	0
