summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--django/core/exceptions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/core/exceptions.py b/django/core/exceptions.py
index 7a02aa19df..3677c2d844 100644
--- a/django/core/exceptions.py
+++ b/django/core/exceptions.py
@@ -54,7 +54,7 @@ class DisallowedHost(SuspiciousOperation):
class DisallowedRedirect(SuspiciousOperation):
- """Redirect to scheme not in allowed list"""
+ """Redirect was too long or scheme was not in allowed list."""
pass