From 621db31c3af6df9c5e3394698e87496e828baad9 Mon Sep 17 00:00:00 2001 From: Malcolm Tredinnick Date: Tue, 26 Jun 2007 12:53:33 +0000 Subject: [PATCH] Fixed #4684 -- Added an Oracle reference to the supported database servers. Thanks, nick@efford.org. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5542 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/install.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/install.txt b/docs/install.txt index 99aad4e52d..e850e48955 100644 --- a/docs/install.txt +++ b/docs/install.txt @@ -48,7 +48,8 @@ Get your database running If you plan to use Django's database API functionality, you'll need to make sure a database server is running. Django works with PostgreSQL_, -MySQL_ and SQLite_. +MySQL_, Oracle_ and SQLite_ (the latter doesn't require a separate server to +be running). Additionally, you'll need to make sure your Python database bindings are installed. @@ -76,6 +77,7 @@ installed. .. _pysqlite: http://initd.org/tracker/pysqlite .. _MySQL backend: ../databases/ .. _cx_Oracle: http://www.python.net/crew/atuining/cx_Oracle/ +.. _Oracle: http://www.oracle.com/ Remove any old versions of Django =================================