mirror of
https://github.com/django/django.git
synced 2025-02-03 06:09:47 +00:00
Clarified error message for when sqlplarse isn't installed.
This commit is contained in:
parent
ba2c4ec7cc
commit
3d22121a0b
@ -300,7 +300,7 @@ class BaseDatabaseOperations:
|
||||
import sqlparse
|
||||
except ImportError:
|
||||
raise ImproperlyConfigured(
|
||||
"sqlparse is required if you don't split your SQL "
|
||||
"The sqlparse package is required if you don't split your SQL "
|
||||
"statements manually."
|
||||
)
|
||||
else:
|
||||
|
Loading…
x
Reference in New Issue
Block a user