summaryrefslogtreecommitdiff
path: root/django/core
diff options
context:
space:
mode:
Diffstat (limited to 'django/core')
-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 cbc80bd78f..3fd3d849e6 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