From ec9004728ee136e3b7e2b7cd2610203e16b6ce9b Mon Sep 17 00:00:00 2001 From: Caio Ariede Date: Wed, 5 Aug 2015 11:08:56 -0300 Subject: Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql. --- docs/intro/tutorial02.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/intro') 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 ` -- 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 `. -- cgit v1.3