summaryrefslogtreecommitdiff
path: root/passlib/ext/django/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'passlib/ext/django/models.py')
-rw-r--r--passlib/ext/django/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/passlib/ext/django/models.py b/passlib/ext/django/models.py
index 4fb6aea..b4a40da 100644
--- a/passlib/ext/django/models.py
+++ b/passlib/ext/django/models.py
@@ -240,7 +240,7 @@ def _load():
if config is _UNSET:
config = "passlib-default"
if config is None:
- warn("PASSLIB_CONFIG=None is deprecated, "
+ warn("setting PASSLIB_CONFIG=None is deprecated, "
"and support will be removed in Passlib 1.8, "
"use PASSLIB_CONFIG='disabled' instead.",
DeprecationWarning)