summaryrefslogtreecommitdiff
path: root/tests/middleware
Commit message (Expand)AuthorAgeFilesLines
...
* 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 #26176 -- Fixed E123 flake8 warnings.26176Tim Graham2016-02-051-4/+1
* 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-202-9/+9
* 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-063-12/+14
* 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
* Converted middleware tests to use RequestFactory.Berker Peksag2014-12-291-54/+33
* Fixed #23812 -- Changed django.utils.six.moves.xrange imports to rangeMichael Hall2014-12-131-2/+2
* Fixed #23806 -- Added a test case for settings.DISALLOWED_USER_AGENTS.Sean Wang2014-11-131-0/+10
* Fixed #23531 -- Added CommonMiddleware.response_redirect_class.Berker Peksag2014-11-041-1/+21
* Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag2014-11-032-9/+9
* Fixed #17101 -- Integrated django-secure and added check --deploy optionTim Graham2014-09-121-0/+202
* Fixed #23276 -- Deprecated passing views as strings to url().Tim Graham2014-08-122-6/+10
* Fixed #22440 -- Updated ConditionalGetMiddleware to comply with RFC 2616.Mark Lavin2014-06-131-0/+28
* Fixed #17552 -- Removed a hack for IE6 and earlier.Aymeric Augustin2014-06-101-10/+0
* Removed executeable bit from a few files.Florian Apolloner2014-05-251-0/+0
* Fixed #21157 -- Fixed problems with ResolverMatchKevin Christopher Henry2014-04-233-6/+11
* Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi2014-04-061-2/+2
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-033-16/+16
* Removed legacy transaction management per the deprecation timeline.Aymeric Augustin2014-03-212-81/+1
* Removed settings.SEND_BROKEN_LINK_EMAILS per deprecation timeline.Tim Graham2014-03-211-40/+0
* Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warningsClaude Paroz2014-03-081-3/+4
* Fixed #21774 -- Isolate all test urls from eachother.Marc Tamlyn2014-01-142-14/+15
* Imported override_settings from its new location.Aymeric Augustin2013-12-231-2/+2
* PEP8 cleanupJason Myers2013-11-021-5/+7
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-1/+1
* Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol2013-10-231-0/+2
* Fixed #21268 -- Fixed E303 pep8 warningsAlasdair Nicol2013-10-181-1/+0
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-011-1/+1