diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2006-12-27 04:23:40 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2006-12-27 04:23:40 +0000 |
| commit | 550781d9ab07302ec886e677bc628e78459fa267 (patch) | |
| tree | c8d29b5520a91f6ccf712ca899860ebd75f13428 | |
| parent | b5cd7d469d580133bd135b2d0f8ad41d342f6e07 (diff) | |
Removed duplication in docs/legacy_databases.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4243 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | docs/legacy_databases.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/legacy_databases.txt b/docs/legacy_databases.txt index 66cb1a2ef4..094c534e72 100644 --- a/docs/legacy_databases.txt +++ b/docs/legacy_databases.txt @@ -22,7 +22,6 @@ what the name of the database is. Do that by editing these settings in your * `DATABASE_ENGINE`_ * `DATABASE_USER`_ * `DATABASE_PASSWORD`_ - * `DATABASE_NAME`_ * `DATABASE_HOST`_ * `DATABASE_PORT`_ @@ -31,7 +30,6 @@ what the name of the database is. Do that by editing these settings in your .. _DATABASE_ENGINE: http://www.djangoproject.com/documentation/settings/#database-engine .. _DATABASE_USER: http://www.djangoproject.com/documentation/settings/#database-user .. _DATABASE_PASSWORD: http://www.djangoproject.com/documentation/settings/#database-password -.. _DATABASE_NAME: http://www.djangoproject.com/documentation/settings/#database-name .. _DATABASE_HOST: http://www.djangoproject.com/documentation/settings/#database-host .. _DATABASE_PORT: http://www.djangoproject.com/documentation/settings/#database-port |
