diff options
| author | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2007-03-21 03:27:03 +0000 |
|---|---|---|
| committer | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2007-03-21 03:27:03 +0000 |
| commit | dcc8442390f3ebb7130ec8e6fd235855f2510203 (patch) | |
| tree | 9603c43fc695af4a85f33323e22f89d02763e5e6 /docs | |
| parent | f708bd69c9dca4e2e94c3a7781d6773b2c11dacc (diff) | |
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
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/settings.txt | 3 |
1 files changed, 2 insertions, 1 deletions
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 ------------- |
