Commit fff7b507 authored by Daniel Hahler's avatar Daniel Hahler Committed by Tim Graham
Browse files

Added a space before explanation of "Invalid HTTP_HOST header: ..."

parent e0e8e1e3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -91,7 +91,7 @@ class HttpRequest(object):
            if domain:
                msg += " You may need to add %r to ALLOWED_HOSTS." % domain
            else:
                msg += "The domain name provided is not valid according to RFC 1034/1035"
                msg += " The domain name provided is not valid according to RFC 1034/1035."
            raise DisallowedHost(msg)

    def get_full_path(self):