summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBrian Rosner <brosner@gmail.com>2008-07-18 19:00:37 +0000
committerBrian Rosner <brosner@gmail.com>2008-07-18 19:00:37 +0000
commitdd5197f081b6f0cac77721f24563b05005a686fb (patch)
tree4ba3611e7f181201e0d4a66e8a25df17dbd01f2e /docs
parentb2231a28e888946aa14619ad785e5dc7cf8504ba (diff)
newforms-admin: Merged from trunk up to [7950].
git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@7951 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/settings.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/settings.txt b/docs/settings.txt
index d7715714d3..67e3770798 100644
--- a/docs/settings.txt
+++ b/docs/settings.txt
@@ -278,8 +278,8 @@ DATABASE_ENGINE
Default: ``''`` (Empty string)
The database backend to use. The build-in database backends are
-``'postgresql_psycopg2'``, ``'postgresql'``, ``'mysql'``, ``'mysql_old'``,
-``'sqlite3'``, and ``'oracle'``.
+``'postgresql_psycopg2'``, ``'postgresql'``, ``'mysql'``, ``'sqlite3'``, and
+``'oracle'``.
In the Django development version, you can use a database backend that doesn't
ship with Django by setting ``DATABASE_ENGINE`` to a fully-qualified path (i.e.
@@ -1029,7 +1029,7 @@ The character set encoding used to create the test database. The value of this
string is passed directly through to the database, so its format is
backend-specific.
-Supported for the PostgreSQL_ (``postgresql``, ``postgresql_psycopg2``) and MySQL_ (``mysql``, ``mysql_old``) backends.
+Supported for the PostgreSQL_ (``postgresql``, ``postgresql_psycopg2``) and MySQL_ (``mysql``) backends.
.. _PostgreSQL: http://www.postgresql.org/docs/8.2/static/multibyte.html
.. _MySQL: http://www.mysql.org/doc/refman/5.0/en/charset-database.html
@@ -1044,8 +1044,8 @@ Default: ``None``
The collation order to use when creating the test database. This value is
passed directly to the backend, so its format is backend-specific.
-Only supported for ``mysql`` and ``mysql_old`` backends (see `section 10.3.2`_
-of the MySQL manual for details).
+Only supported for the ``mysql`` backend (see `section 10.3.2`_ of the MySQL
+manual for details).
.. _section 10.3.2: http://www.mysql.org/doc/refman/5.0/en/charset-database.html