Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/middleware
Commit message (Expand)AuthorAgeFilesLines
* Fixed "URLconf" spelling in code comments.Tim Graham2015-10-221-1/+1
* Fixed #25302 -- Prevented BrokenLinkEmailsMiddleware from...Maxime Lorant2015-08-251-0/+18
* Fixed #24720 -- Avoided resolving URLs that don't end in ...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_A...sujayskumar2015-06-271-3/+3
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-202-9/+9
* Fixed #24681 -- Removed Unicode bug in BrokenLinkEmailMid...Oliver A Bristow2015-04-211-0/+10
* Rephrased docstrings to assertions and added querystring ...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 StreamingHttpR...Matthew Somerville2015-02-031-0/+12
* Fixed #24145 -- Added PUT & PATCH to CommonMiddleware APP...Samuel Colvin2015-01-291-3/+12
* Fixed #24072 -- Added FileResponse for streaming binary f...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 imp...Michael Hall2014-12-131-2/+2
* Fixed #23806 -- Added a test case for settings.DISALLOWED...Sean Wang2014-11-131-0/+10
* Fixed #23531 -- Added CommonMiddleware.response_redirect_...Berker Peksag2014-11-041-1/+21
* Fixed #23620 -- Used more specific assertions in the Djan...Berker Peksag2014-11-032-9/+9
* Fixed #17101 -- Integrated django-secure and added check ...Tim Graham2014-09-121-0/+202
* Fixed #23276 -- Deprecated passing views as strings to ur...Tim Graham2014-08-122-6/+10
* Fixed #22440 -- Updated ConditionalGetMiddleware to compl...Mark Lavin2014-06-141-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-243-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...Aymeric Augustin2014-03-212-81/+1
* Removed settings.SEND_BROKEN_LINK_EMAILS per deprecation ...Tim Graham2014-03-211-40/+0
* Fixed #21188 -- Introduced subclasses for to-be-removed-i...Claude 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-031-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
* Advanced deprecation warnings for Django 1.7.Aymeric Augustin2013-06-291-5/+5
* Defined available_apps in relevant tests.Aymeric Augustin2013-06-101-0/+3
* Fixed #20099 -- Eased subclassing of BrokenLinkEmailsMidd...Claude Paroz2013-05-251-0/+19
* Moved IgnorePendingDeprecationWarningsMixin in django.tes...Aymeric Augustin2013-05-181-3/+1
* Fixed #20356 -- Prevented crash when HTTP_REFERER contain...Claude Paroz2013-05-181-1/+9
* Fixed tests that relied on MANAGERS not being empty.Aymeric Augustin2013-03-111-4/+10
* Removed a test that no longer makes any sense.Aymeric Augustin2013-03-111-13/+0
* Added some assertions to enforce the atomicity of atomic.Aymeric Augustin2013-03-111-1/+5
* Deprecated transaction.is_managed().Aymeric Augustin2013-03-111-1/+1
* Enabled autocommit for PostgreSQL.Aymeric Augustin2013-03-111-0/+5
* Made transaction.managed a no-op and deprecated it.Aymeric Augustin2013-03-111-5/+1