1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Added backticks to code literals in various docs.

This commit is contained in:
David
2022-03-10 09:20:25 +00:00
committed by Mariusz Felisiak
parent 15b888bb83
commit 51874dd160
9 changed files with 19 additions and 25 deletions

View File

@@ -20,7 +20,7 @@ as was reported to us recently. The Host header parsing in Django 1.3.3 and
Django 1.4.1 -- specifically, ``django.http.HttpRequest.get_host()`` -- was
incorrectly handling username/password information in the header. Thus, for
example, the following Host header would be accepted by Django when running on
"validsite.com"::
``validsite.com``::
Host: validsite.com:random@evilsite.com