From dcc8442390f3ebb7130ec8e6fd235855f2510203 Mon Sep 17 00:00:00 2001 From: Malcolm Tredinnick Date: Wed, 21 Mar 2007 03:27:03 +0000 Subject: Added a mysql_old backend that matches the mysql backend prior to [4724]. This is only for backwards compatibility purposes. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4767 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/settings.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/settings.txt b/docs/settings.txt index b41281ee49..6f85e312c0 100644 --- a/docs/settings.txt +++ b/docs/settings.txt @@ -245,7 +245,8 @@ DATABASE_ENGINE Default: ``''`` (Empty string) Which database backend to use. Either ``'postgresql_psycopg2'``, -``'postgresql'``, ``'mysql'``, ``'sqlite3'`` or ``'ado_mssql'``. +``'postgresql'``, ``'mysql'``, ``'mysql_old'``, ``'sqlite3'`` or +``'ado_mssql'``. DATABASE_HOST ------------- -- cgit v1.3