summaryrefslogtreecommitdiff
path: root/tests/generic_views/views.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Applied Black's 2023 stable style.David Smith2023-02-011-1/+0
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-54/+66
* Fixed #21936 -- Allowed DeleteView to work with custom Forms and SuccessMessa...Carlton Gibson2021-07-141-1/+9
* Increased test coverage of django/views/generic/dates.py.Hasan Ramezani2018-10-301-0/+4
* Fixed #28719 -- Added a helpful exception if MultipleObjectTemplateResponseMi...Bjorn Kristinsson2017-11-071-0/+5
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-15/+6
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-191-3/+3
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek2015-12-311-1/+1
* Fixed #26018 -- Prevented unecessary get_form() call in FormMixin.get_context...Chris Cogdon2015-12-301-0/+5
* Fixed #26006 -- Fixed incorrect object reference in SingleObjectMixin.get_con...Chris Cogdon2015-12-301-0/+11
* Fixed #25548 -- Prevented FormView.form_invalid() from discarding its form ar...Alex Morozov2015-11-111-0/+10
* Renamed a test file that has no tests.lobziik2015-11-071-1/+1
* 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 generic views.Peter Harley2014-08-151-0/+4
* Fixed #21619 -- Made SingleObjectMixin.get_object catch a more precise except...Peter Harley2013-12-151-0/+5
* PEP8 cleanupJason Myers2013-11-021-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 TemplateDoesNotExist...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 present in get_contex...Matthew Somerville2013-05-181-0/+11
* Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added...Luke Plant2013-05-091-0/+9
* Modified generic_views for unittest2 discovery.Preston Timmons2013-04-121-1/+1
* Fixed #16319 -- added SuccessMessageMixin to contrib.messagesPaul Collins2013-03-191-0/+1
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+250