django1/django/http
Mehrdad 2f974e3c1e [4.1.x] Refs #33697 -- Fixed multipart parsing of headers with double quotes and semicolons.
See 1ef0c0349e

Backport of 93cedc82f2 from main
2022-06-01 10:38:59 +02:00
..
__init__.py Fixed #33683 -- Document HttpResponseBase and allow import from django.http 2022-05-17 09:51:16 +02:00
cookie.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
multipartparser.py [4.1.x] Refs #33697 -- Fixed multipart parsing of headers with double quotes and semicolons. 2022-06-01 10:38:59 +02:00
request.py Refs #33173 -- Removed use of deprecated cgi module. 2022-05-11 14:06:31 +02:00
response.py Refs #32365 -- Removed internal uses of utils.timezone.utc alias. 2022-03-24 06:29:50 +01:00