From 37c66a0999b45c30e847012ae2e707663dd8cd66 Mon Sep 17 00:00:00 2001 From: Jacob Kaplan-Moss Date: Wed, 28 Feb 2007 19:28:30 +0000 Subject: [PATCH] Fixed #3602: a few small doc fixes. Thanks, Jeremy Dunck git-svn-id: http://code.djangoproject.com/svn/django/trunk@4648 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/install.txt | 2 +- docs/settings.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/install.txt b/docs/install.txt index f73a734aba..3eede02af0 100644 --- a/docs/install.txt +++ b/docs/install.txt @@ -64,7 +64,7 @@ installed. .. _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/ diff --git a/docs/settings.txt b/docs/settings.txt index 3f928a2234..873b70a5e2 100644 --- a/docs/settings.txt +++ b/docs/settings.txt @@ -239,10 +239,10 @@ The cache key prefix that the cache middleware should use. See the 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 -------------