Skip to content

Commit c646b99

Browse files
committed
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
1 parent ea695f8 commit c646b99

File tree

1 file changed

+1
-1
lines changed
  • django/db/backends/postgresql

1 file changed

+1
-1
lines changed

django/db/backends/postgresql/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def __init__(self, *args, **kwargs):
104104

105105
import warnings
106106
warnings.warn(
107-
'The "postgresql" backend has been deprecated. Use "postgres_psycopg2" instead.',
107+
'The "postgresql" backend has been deprecated. Use "postgresql_psycopg2" instead.',
108108
PendingDeprecationWarning
109109
)
110110

0 commit comments

Comments
 (0)