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 0e24f6cb18..93b2bcb87f 100644
--- a/django/core/exceptions.py
+++ b/django/core/exceptions.py
@@ -58,7 +58,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