Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/generic_views/test_base.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-3/+3
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-2/+2
* Fixed #24168 -- Allowed selecting a template engine in a ...Aymeric Augustin2015-02-031-1/+15
* Changed RedirectView.permanent to False per deprecation t...Tim Graham2015-01-181-90/+29
* Fixed #24055 -- Keep reference to view class for resolve()Collin Anderson2015-01-171-0/+10
* Applied ignore_warnings to Django testsClaude Paroz2014-12-301-3/+3
* Fixed #21587 -- Added a warning for changing default of R...Berker Peksag2014-11-251-1/+68
* Fixed #23620 -- Used more specific assertions in the Djan...Berker Peksag2014-11-031-1/+1
* Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi2014-04-061-3/+3
* Fixed #21564 -- Use local request object when possible in...Baptiste Mispelon2013-12-161-0/+18
* PEP8 cleanupJason Myers2013-11-031-0/+1
* Removed unused local variables in tests.Tim Graham2013-10-191-2/+2
* fixed test name from an old, overly specific iteration of...Ian Wilson2013-09-071-1/+1
* adds fix for SingleObjectTemplateResponseMixin raising a ...Ian Wilson2013-09-061-0/+12
* 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
* Fixed #15273 -- Extend RedirectView to allow reversal by ...Marc Tamlyn2013-06-141-1/+19
* Fixed #20478 – Added support for HTTP PATCH method in g...Krzysztof Jurewicz2013-05-221-0/+6
* Use assertIsInstance in tests.Marc Tamlyn2013-05-211-2/+2
* Fixed #20234 and #20236 -- SingleObjectMixin fixesKarol Sikora2013-05-181-0/+13
* Fixed #20235 -- Use self.object_list if object_list not p...Matthew Somerville2013-05-181-0/+20
* Modified generic_views for unittest2 discovery.Preston Timmons2013-04-121-0/+413