Author: mtredinnick Date: 2007-06-26 07:53:33 -0500 (Tue, 26 Jun 2007) New Revision: 5542
Modified: django/trunk/docs/install.txt Log: Fixed #4684 -- Added an Oracle reference to the supported database servers. Thanks, [EMAIL PROTECTED] Modified: django/trunk/docs/install.txt =================================================================== --- django/trunk/docs/install.txt 2007-06-25 23:53:43 UTC (rev 5541) +++ django/trunk/docs/install.txt 2007-06-26 12:53:33 UTC (rev 5542) @@ -48,7 +48,8 @@ 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 @@ .. _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 ================================= --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
