Author: jacob Date: 2007-02-28 13:28:30 -0600 (Wed, 28 Feb 2007) New Revision: 4648
Modified: django/trunk/docs/install.txt django/trunk/docs/settings.txt Log: Fixed #3602: a few small doc fixes. Thanks, Jeremy Dunck Modified: django/trunk/docs/install.txt =================================================================== --- django/trunk/docs/install.txt 2007-02-28 16:18:55 UTC (rev 4647) +++ django/trunk/docs/install.txt 2007-02-28 19:28:30 UTC (rev 4648) @@ -64,7 +64,7 @@ .. _PostgreSQL: http://www.postgresql.org/ .. _MySQL: http://www.mysql.com/ .. _Django's ticket system: http://code.djangoproject.com/report/1 -.. _psycopg: http://initd.org/projects/psycopg1 +.. _psycopg: http://initd.org/tracker/psycopg .. _compiled Windows version: http://stickpeople.com/projects/python/win-psycopg/ .. _MySQLdb: http://sourceforge.net/projects/mysql-python .. _SQLite: http://www.sqlite.org/ Modified: django/trunk/docs/settings.txt =================================================================== --- django/trunk/docs/settings.txt 2007-02-28 16:18:55 UTC (rev 4647) +++ django/trunk/docs/settings.txt 2007-02-28 19:28:30 UTC (rev 4648) @@ -239,10 +239,10 @@ DATABASE_ENGINE --------------- -Default: ``'postgresql'`` +Default: ``''`` (Empty string) -Which database backend to use. Either ``'postgresql'``, ``'mysql'``, -``'sqlite3'`` or ``'ado_mssql'``. +Which database backend to use. Either ``'postgresql_psycopg2'``, +``'postgresql'``, ``'mysql'``, ``'sqlite3'`` or ``'ado_mssql'``. DATABASE_HOST ------------- --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
