Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#4533 closed (invalid)

install page - db support

Reported by: CarlFK Owned by: Jacob
Component: Documentation Version: dev
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

http://www.djangoproject.com/documentation/install/
"Django works with PostgreSQL, MySQL and SQLite."

That list seems short - settings.py has:

# 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'ado_mssql'.
$ ls django/db/backends/
ado_mssql  __init__.py   mysql      oracle      postgresql_psycopg2  util.py
dummy      __init__.pyc  mysql_old  postgresql  sqlite3              util.pyc

Is Oracle supported?

Change History (3)

comment:1 by Malcolm Tredinnick, 17 years ago

Resolution: invalid
Status: newclosed

Oracle isn't supported at the moment and the existing Oracle backend in trunk won't work in all sorts of situations.

comment:2 by Carl Karsten <carl@…>, 17 years ago

What about ado_mssql?

which I am about to try to use.

comment:3 by Malcolm Tredinnick, 17 years ago

It's not really working, although there are some tickets in Trac that partially improve that. Perhaps you could ask support questions on the mailing list (django-users), rather than in Trac, though. You will get more help there.

Note: See TracTickets for help on using tickets.
Back to Top