diff options
| author | Caio Ariede <caio.ariede@gmail.com> | 2015-08-05 11:08:56 -0300 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-08-07 09:33:17 -0400 |
| commit | ec9004728ee136e3b7e2b7cd2610203e16b6ce9b (patch) | |
| tree | bd3fd3d8c729e5e01fc3111696a7d4eaa56d85b0 /docs/intro/tutorial02.txt | |
| parent | 8656cfc4e01332426e5e4b78c20a4e9ec443b293 (diff) | |
Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql.
Diffstat (limited to 'docs/intro/tutorial02.txt')
| -rw-r--r-- | docs/intro/tutorial02.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/tutorial02.txt b/docs/intro/tutorial02.txt index e1dd7d0bc7..049d33c1f1 100644 --- a/docs/intro/tutorial02.txt +++ b/docs/intro/tutorial02.txt @@ -26,7 +26,7 @@ settings: * :setting:`ENGINE <DATABASE-ENGINE>` -- Either ``'django.db.backends.sqlite3'``, - ``'django.db.backends.postgresql_psycopg2'``, + ``'django.db.backends.postgresql'``, ``'django.db.backends.mysql'``, or ``'django.db.backends.oracle'``. Other backends are :ref:`also available <third-party-notes>`. |
