Commit c646b994 authored by Russell Keith-Magee's avatar Russell Keith-Magee
Browse files

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
parent ea695f86
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -104,7 +104,7 @@ class DatabaseWrapper(BaseDatabaseWrapper):

        import warnings
        warnings.warn(
            'The "postgresql" backend has been deprecated. Use "postgres_psycopg2" instead.',
            'The "postgresql" backend has been deprecated. Use "postgresql_psycopg2" instead.',
            PendingDeprecationWarning
        )