summaryrefslogtreecommitdiff
path: root/tests/middleware/tests.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #30812 -- Made ConditionalGetMiddleware set ETag only for responses wit...Viktor Lomakin2019-10-101-0/+6
* Fixed #30426 -- Changed X_FRAME_OPTIONS setting default to DENY.Claude Paroz2019-09-091-2/+2
* Fixed #30604 -- Made mail_admins()/mail_managers() raise ValueError if ADMINS...Hasan Ramezani2019-07-021-1/+1
* Made reused RequestFactory instances class attributes.Simon Charette2018-11-271-4/+6
* Fixed CVE-2018-14574 -- Fixed open redirect possibility in CommonMiddleware.Andreas Hug2018-08-011-0/+19
* Refs #26447 -- Removed the USE_ETAGS setting per deprecation timeline.Tim Graham2017-09-221-57/+1
* Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode().Tim Graham2017-02-091-1/+1
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-1/+1
* Refs #23919 -- Removed unneeded force_str callsClaude Paroz2017-01-201-2/+1
* Refs #23919 -- Removed most of remaining six usageClaude Paroz2017-01-181-4/+5
* Refs #23919 -- Removed six.PY2/PY3 usageClaude Paroz2017-01-181-19/+0
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-3/+0
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-2/+2
* Fixed #26812 -- Fixed APPEND_SLASH on a URL including querystring with a trai...Sven Engström2016-11-061-0/+12
* Fixed #27346 -- Stopped setting the Content-Length header in ConditionalGetMi...Adam Malinowski2016-11-051-24/+0
* Fixed #27344 -- Made ConditionalGetMiddleware only process GET requests.Kevin Christopher Henry2016-10-171-0/+25
* Fixed #27345 -- Stopped setting the Date header in ConditionalGetMiddleware.Tim Graham2016-10-141-7/+0
* Refs #19705 -- Changed gzip modification times to 0.Kevin Christopher Henry2016-10-141-0/+20
* Refs #19705 -- Made GZipMiddleware make ETags weak.Kevin Christopher Henry2016-10-131-13/+30
* Fixed #19705 -- Set proper headers on conditional Not Modified responses.Kevin Christopher Henry2016-10-121-0/+22
* Fixed #26447 -- Deprecated settings.USE_ETAGS in favor of ConditionalGetMiddl...Denis Cornehl2016-10-101-1/+35
* Fixed #27083 -- Added support for weak ETags.Kevin Christopher Henry2016-09-101-5/+0
* Fixed #26765 -- Made CommonMiddleware no longer set an ETag when response has...andrewnester2016-07-151-0/+14
* Fixed #5897 -- Added the Content-Length response header in CommonMiddlewareClaude Paroz2016-06-271-0/+24
* Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne2016-06-161-6/+6
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-081-4/+8
* Fixed #26293 -- Fixed CommonMiddleware to process PREPEND_WWW and APPEND_SLAS...ieatkittens2016-03-231-6/+1
* Fixed #25971 -- Made BrokenLinkEmailsMiddleware ignore APPEND_SLASH redirects.harikrishnakanchi2016-03-081-0/+14
* Fixed #26125 -- Fixed E731 flake warnings.userimack2016-01-251-3/+2
* Fixed #26024 -- Fixed regression in ConditionalGetMiddleware ETag support.Denis Cornehl2016-01-051-0/+5
* Made cosmetic cleanups in middleware tests.Tim Graham2015-12-311-96/+68
* Fixed #25900 -- Fixed regression in CommonMiddleware ETag support.Derek J. Curtis2015-12-101-0/+10
* Moved a few CommonMiddleware tests to the correct test class.Tim Graham2015-12-101-23/+21
* Fixed many spelling mistakes in code, comments, and docs.Josh Soref2015-12-031-2/+2
* Fixed #25302 (again) -- Ignored scheme when checking for bad referers.Aymeric Augustin2015-11-261-0/+9
* Fixed "URLconf" spelling in code comments.Tim Graham2015-10-221-1/+1
* Fixed #25302 -- Prevented BrokenLinkEmailsMiddleware from reporting 404s when...Maxime Lorant2015-08-241-0/+18
* Fixed #24720 -- Avoided resolving URLs that don't end in a slash twice in Com...Jay Cox2015-07-311-17/+43
* Fixed some unclosed objects in testsAndriy Sokolovskiy2015-07-061-1/+2
* Removed unused code after refs #25017.Tim Graham2015-06-271-6/+4
* Fixed #25017 -- Allowed customizing the DISALLOWED_USER_AGENTS responsesujayskumar2015-06-271-3/+3
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-7/+7
* Fixed #24681 -- Removed Unicode bug in BrokenLinkEmailMiddlewareOliver A Bristow2015-04-211-0/+10
* Rephrased docstrings to assertions and added querystring test.Bas Peschier2015-03-261-14/+21
* Fixed #23960 -- Removed http.fix_location_headerClaude Paroz2015-03-181-6/+6
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-6/+8
* Fixed #24149 -- Normalized tuple settings to lists.darkryder2015-02-031-2/+2
* Fixed #24240 -- Allowed GZipping a Unicode StreamingHttpResponseMatthew Somerville2015-02-031-0/+12
* Fixed #24145 -- Added PUT & PATCH to CommonMiddleware APPEND_SLASH redirect e...Samuel Colvin2015-01-291-3/+12
* Fixed #24072 -- Added FileResponse for streaming binary files.Collin Anderson2015-01-051-2/+16