Cleaned up the warning message introduced by r12510.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12511 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
156cdcf92d
commit
ea695f8668
|
@ -104,7 +104,7 @@ class DatabaseWrapper(BaseDatabaseWrapper):
|
||||||
|
|
||||||
import warnings
|
import warnings
|
||||||
warnings.warn(
|
warnings.warn(
|
||||||
'The ``postgres`` backend has been deprecated. Use ``postgres_psycopg2`` instead.',
|
'The "postgresql" backend has been deprecated. Use "postgres_psycopg2" instead.',
|
||||||
PendingDeprecationWarning
|
PendingDeprecationWarning
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue