summaryrefslogtreecommitdiff
path: root/tests/middleware
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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 BrokenLinkEmailsMiddlewareClaude Paroz2013-05-251-0/+19
* Moved IgnorePendingDeprecationWarningsMixin in django.test.utils.Aymeric Augustin2013-05-181-3/+1
* Fixed #20356 -- Prevented crash when HTTP_REFERER contains non-asciiClaude 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
* Fixed #19861 -- Transaction ._dirty flag improvementAnssi Kääriäinen2013-02-271-3/+10
* Renamed some tests and removed references to modeltests/regressiontests.Florian Apolloner2013-02-261-11/+11
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-266-0/+764