Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/generic_views/views.py
Commit message (Expand)AuthorAgeFilesLines
* Converted test fixtures to setUpTestData methodsJosh Smeaton2015-03-051-1/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
* Fixed #24220 - Allowed lazy objects for success_urlTomáš Ehrlich2015-01-261-3/+1
* Fixed #18355 -- Added ordering options to list based gene...Peter Harley2014-08-151-0/+4
* Fixed #21619 -- Made SingleObjectMixin.get_object catch a...Peter Harley2013-12-151-0/+5
* PEP8 cleanupJason Myers2013-11-031-0/+19
* Fixed flake8 E241Boryslav Larin2013-11-021-1/+1
* Fix all violators of E231Alex Gaynor2013-10-261-3/+3
* Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol2013-10-231-0/+1
* adds fix for SingleObjectTemplateResponseMixin raising a ...Ian Wilson2013-09-061-0/+8
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Fixed #20234 and #20236 -- SingleObjectMixin fixesKarol Sikora2013-05-181-1/+4
* Fixed #20235 -- Use self.object_list if object_list not p...Matthew Somerville2013-05-181-0/+11
* Fixed #19733 - deprecated ModelForms without 'fields' or ...Luke Plant2013-05-091-0/+9
* Modified generic_views for unittest2 discovery.Preston Timmons2013-04-121-1/+1
* Fixed #16319 -- added SuccessMessageMixin to contrib.mess...Paul Collins2013-03-201-0/+1
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+250