#16729: inconsitency between doc and code for oracle DB backend
----------------------------+----------------------------------------------
 Reporter:                  |          Owner:  nobody
  simon.cruanes.2007@…      |         Status:  new
     Type:  Bug             |      Component:  Database layer (models, ORM)
Milestone:                  |       Severity:  Normal
  Version:  1.3             |   Triage Stage:  Unreviewed
 Keywords:  oracle doc      |  Easy pickings:  1
  option                    |
Has patch:  0               |
    UI/UX:  0               |
----------------------------+----------------------------------------------
 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.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/16729>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to