Opened 16 years ago

Closed 16 years ago

#6267 closed (wontfix)

[patch]Inconsistent database support lists

Reported by: Bill.Cleveland@… Owned by: Thejaswi Puthraya
Component: Documentation Version: dev
Severity: Keywords: MSSQL
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

http://www.djangoproject.com/documentation/install/
http://www.djangoproject.com/documentation/faq/
These pages say that Django works with MySQL, PostGreSQL, SQLite and Oracle.

http://www.djangoproject.com/documentation/settings/
This page also includes 'ado_mssql' as a built-in database back end.

Attachments (1)

doc_add_mssql.diff (1.8 KB ) - added by Thejaswi Puthraya 16 years ago.
Diff against docs adding MSSQL

Download all attachments as: .zip

Change History (4)

by Thejaswi Puthraya, 16 years ago

Attachment: doc_add_mssql.diff added

Diff against docs adding MSSQL

comment:1 by Thejaswi Puthraya, 16 years ago

Owner: changed from nobody to Thejaswi Puthraya
Status: newassigned
Summary: Inconsistent database support lists[patch]Inconsistent database support lists
Triage Stage: UnreviewedAccepted
Version: 0.96SVN

comment:2 by Pete Crosier, 16 years ago

Has patch: set

comment:3 by Malcolm Tredinnick, 16 years ago

Resolution: wontfix
Status: assignedclosed

We're going to remove the MS SQL backend from the tree very soon. So this will be solved in other ways.

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