No, really this time -- corrected the warning message from r12510.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@12512 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Russell Keith-Magee 2010-02-23 12:33:20 +00:00
parent ea695f8668
commit c646b99453
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ class DatabaseWrapper(BaseDatabaseWrapper):
import warnings import warnings
warnings.warn( warnings.warn(
'The "postgresql" backend has been deprecated. Use "postgres_psycopg2" instead.', 'The "postgresql" backend has been deprecated. Use "postgresql_psycopg2" instead.',
PendingDeprecationWarning PendingDeprecationWarning
) )