summaryrefslogtreecommitdiff
path: root/tests/generic_views
AgeCommit message (Expand)Author
2020-11-06Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly.Hasan Ramezani
2020-09-14Fixed #31789 -- Added a new headers interface to HttpResponse.Tom Carrick
2020-08-24Fixed #31877 -- Reverted "Fixed #19878 -- Deprecated TemplateView passing URL...Mariusz Felisiak
2020-08-24Refs #31877 -- Reverted "Fixes #31877 -- Used lazy() for TemplateView kwarg d...Mariusz Felisiak
2020-08-13Fixes #31877 -- Used lazy() for TemplateView kwarg deprecation warning.Adam Johnson
2020-06-26Fixed #31620 -- Added support for %V format to WeekMixin/WeekArchiveView.Hasan Ramezani
2020-03-23Fixed #19878 -- Deprecated TemplateView passing URL kwargs into context.Adam Johnson
2020-01-06Removed "Don't do that" from docs and error messages.Adam Johnson
2019-10-30Refs #20456 -- Moved initialization of HEAD method based on GET to the View.s...Felipe Lee
2019-10-30Refs #20456 -- Added test for initialization of request/args/kwargs attribute...Felipe Lee
2019-06-04Fixed typo in tests/generic_views/test_base.py.Tim Graham
2018-12-21Fixed #29750 -- Added View.setup() hook for class-based views.François Freitag
2018-12-04Tested exception messages in generic_views tests.François Freitag
2018-11-27Made reused RequestFactory instances class attributes.Simon Charette
2018-11-13Moved duplicate author declarations to setUpTestData() in DeleteViewTests.oliver
2018-11-09Moved duplicate author declarations to setUpTestData() in UpdateViewTests.oliver
2018-10-30Increased test coverage of django/views/generic/dates.py.Hasan Ramezani
2018-10-29Fixed #29903 -- Added error message for invalid WeekArchiveView week_format.Hasan Ramezani
2018-10-27Added test coverage for views.generic.dates.MonthMixin.get_month() KeyError b...Hasan Ramezani
2018-01-17Improved generic detail view error message for when pk or slug is missing.Vincent Poulailleau
2017-11-07Fixed #28719 -- Added a helpful exception if MultipleObjectTemplateResponseMi...Bjorn Kristinsson
2017-09-20Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.Sjoerd Job Postmus
2017-09-04Fixed #28082 -- Made BaseDateListView pass context from get_dated_items() to ...Sebastian Sassi
2017-07-29Used assertRaisesMessage() to test Django's error messages.Mads Jensen
2017-07-06Fixed #28331 -- Added ContextMixin.extra_context to allowing passing context ...Bruno Alla
2017-06-01Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.Jon Dufresne
2017-05-30Fixed #28209 -- Made date-based generic views return a 404 rather than crash ...Adit Biswas
2017-05-10Decreased max_length for char fields unless absolutely needed. (#8485)Florian Apolloner
2017-03-01Fixed #26911 -- Removed NoReverseMatch silencing in RedirectView.Grzegorz Tężycki
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-20Refs #23919 -- Removed unneeded force_str callsClaude Paroz
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2017-01-18Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-12-08Imported specific models in a few tests that didn't.Tim Graham
2016-11-14Fixed E305 flake8 warnings.Ramin Farajpour Cami
2016-11-10Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za
2016-06-28Replaced use of TestCase.fail() with assertRaises().Tim Graham
2016-06-24Refs #17209 -- Added LoginView and LogoutView class-based viewsClaude Paroz
2016-06-16Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne
2016-04-08Fixed E128 flake8 warnings in tests/.Tim Graham
2016-01-29Refs #26022 -- Used context manager version of assertRaises in tests.Hasan
2015-12-31Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek
2015-12-30Fixed #26018 -- Prevented unecessary get_form() call in FormMixin.get_context...Chris Cogdon
2015-12-30Fixed #26006 -- Fixed incorrect object reference in SingleObjectMixin.get_con...Chris Cogdon
2015-11-21Fixed #25780 -- Removed redundant status code assertions from testsAlex Morozov
2015-11-11Fixed #25548 -- Prevented FormView.form_invalid() from discarding its form ar...Alex Morozov
2015-11-07Renamed a test file that has no tests.lobziik
2015-09-23Refs #23656 -- Required FormMixin.get_form() form_class parameter to be optio...Tim Graham
2015-09-23Refs #24133 -- Removed legacy formatting syntax in success_url placeholders.Tim Graham