summaryrefslogtreecommitdiff
path: root/tests/requests
Commit message (Expand)AuthorAgeFilesLines
* Fixed #31010 -- Allowed subdomains of localhost in the Host header by default...Gordon Pendleton2019-12-051-1/+1
* Fixed typos in test names and a comment.Min ho Kim2019-08-231-1/+1
* Fixed #30310 -- Added support for looking up HttpHeaders.headers using unders...Troon2019-05-091-0/+1
* Refs #30227 -- Added helpful message for non-ASCII Content-Type in mulitpart ...Tim Graham2019-03-021-0/+11
* Fixed #30227 -- Fixed crash on request without boundary in Content-Type.Tim Graham2019-03-021-0/+11
* Fixed #30137 -- Replaced OSError aliases with the canonical OSError.Jon Dufresne2019-01-281-4/+4
* Fixed #20147 -- Added HttpRequest.headers.Santiago Basulto2019-01-161-1/+83
* Used 4 space hanging indent for dictionaries.Tim Graham2019-01-021-54/+78
* Refs #29784 -- Switched to https:// links where available.Jon Dufresne2018-09-261-1/+1
* Added more tests for HttpRequest.build_absolute_uri().George-Cristian Bîrzan2018-01-101-1/+4
* Updated HttpRequest.build_absolute_uri() tests to use subTest().Tim Graham2018-01-101-66/+26
* Moved HttpResponse.set_cookie() tests to an appropriate location.Tim Graham2018-01-081-83/+1
* Fixed #28965 -- Updated Set-Cookie's Expires date format to follow RFC 7231.Alexey2018-01-021-4/+4
* Fixed #28720 -- Added HttpRequest.get_full_path_info().Jonas Haag2017-11-071-2/+6
* Fixed #28776 -- Fixed a/an/and typos in docs and comments.Дилян Палаузов2017-11-061-1/+1
* Fixed #28249 -- Removed unnecessary dict.keys() calls.Jon Dufresne2017-05-271-8/+8
* Fixed #28224 -- Tested for SuspiciousOperation subclasses in Django's tests.Rajesh Veeranki2017-05-251-9/+9
* Refs #23919 -- Replaced usage of django.utils.http utilities with Python equi...Claude Paroz2017-01-261-3/+3
* Refs #23919 -- Removed str_prefix usageClaude Paroz2017-01-201-7/+7
* Refs #23919 -- Removed unneeded force_str callsClaude Paroz2017-01-201-2/+1
* Refs #23919 -- Removed most of remaining six usageClaude Paroz2017-01-181-3/+3
* Refs #23919 -- Removed six.PY2/PY3 usageClaude Paroz2017-01-181-5/+3
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-3/+0
* Refs #17235 -- Made MultiPartParser leave request.POST immutable.Vinay Karanam2016-12-071-0/+19
* Fixed #27181 -- Allowed contrib.sites to match domains with trailing ".".Anton Samarchyan2016-11-291-0/+6
* Fixed #27156 -- Made changing HttpRequest.encoding clear GET.PREMANAND2016-11-171-0/+10
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-22/+18
* Fixed CVE-2016-9014 -- Validated Host header when DEBUG=True.Tim Graham2016-11-011-14/+15
* Fixed #27113 -- Tested that setting HttpRequest.encoding clears POST.PremAnand Lakshmanan2016-08-301-0/+12
* Fixed #26971 -- Prevented crash with non-UTF-8 incoming PATH_INFOClaude Paroz2016-08-231-2/+12
* Fixed #27046 -- Supported IPv6-formatted IPv4 addresses in host validation.Tim Graham2016-08-111-1/+2
* Fixed #27005 -- Fixed crash if request.META[''CONTENT_LENGTH']=''.Tim Graham2016-08-031-0/+4
* Fixed #21231 -- Enforced a max size for GET/POST values read into memory.Andre Cruz2016-05-121-0/+186
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-081-4/+8
* Fixed #26158 -- Rewrote http.parse_cookie() to better match browsers.Collin Anderson2016-03-151-4/+0
* Fixed #26126 -- Fixed transient failure of test_max_age_expirationBerker Peksag2016-02-151-3/+5
* Fixed #26014 -- Added WSGIRequest content_type and content_params attributes.Curtis Maloney2016-02-101-2/+15
* Refs #26022 -- Used context manager version of assertRaisesMessage in tests.Hasan2016-01-291-20/+8
* Refs #26022 -- Used context manager version of assertRaises in tests.Hasan2016-01-291-2/+4
* Fixed many spelling mistakes in code, comments, and docs.Josh Soref2015-12-031-3/+3
* Fixed #25644 -- Fixed reset cookie expiry date bug.Raphael Merx2015-11-181-0/+12
* Fixed #17133 -- Properly handled successive slashes in incoming requestsClaude Paroz2015-10-231-0/+16
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-3/+18
* Fixed #25099 -- Fixed crash in AdminEmailHandler on DisallowedHost.Vlastimil Zíma2015-09-041-0/+12
* Fixed #25211 -- Added HttpRequest.get_port() and USE_X_FORWARDED_PORT setting.Matt Robenolt2015-08-041-0/+32
* Fixed #25099 -- Cleaned up HttpRequest representations in error reporting.Vlastimil Zíma2015-07-131-23/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-5/+7
* Fixed typos in code comments.Adam Taylor2015-01-201-1/+1
* Fixed #24153 -- Fixed cookie test compatibility with Python 3.4.3+Tim Graham2015-01-191-1/+2
* Fixed #23450 -- Fixed transient failure of requests...test_far_expiration.Tim Graham2014-12-301-1/+5