summaryrefslogtreecommitdiff
path: root/tests/generic_views
Commit message (Expand)AuthorAgeFilesLines
* Fixed typo in tests/generic_views/test_base.py.Tim Graham2019-06-041-1/+1
* Fixed #29750 -- Added View.setup() hook for class-based views.François Freitag2018-12-211-0/+26
* Tested exception messages in generic_views tests.François Freitag2018-12-041-10/+24
* Made reused RequestFactory instances class attributes.Simon Charette2018-11-271-4/+5
* Moved duplicate author declarations to setUpTestData() in DeleteViewTests.oliver2018-11-131-22/+20
* Moved duplicate author declarations to setUpTestData() in UpdateViewTests.oliver2018-11-091-42/+24
* Increased test coverage of django/views/generic/dates.py.Hasan Ramezani2018-10-303-2/+19
* Fixed #29903 -- Added error message for invalid WeekArchiveView week_format.Hasan Ramezani2018-10-292-0/+8
* Added test coverage for views.generic.dates.MonthMixin.get_month() KeyError b...Hasan Ramezani2018-10-272-0/+15
* Improved generic detail view error message for when pk or slug is missing.Vincent Poulailleau2018-01-171-1/+5
* Fixed #28719 -- Added a helpful exception if MultipleObjectTemplateResponseMi...Bjorn Kristinsson2017-11-073-0/+17
* Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.Sjoerd Job Postmus2017-09-201-254/+178
* Fixed #28082 -- Made BaseDateListView pass context from get_dated_items() to ...Sebastian Sassi2017-09-041-0/+17
* Used assertRaisesMessage() to test Django's error messages.Mads Jensen2017-07-295-11/+32
* Fixed #28331 -- Added ContextMixin.extra_context to allowing passing context ...Bruno Alla2017-07-062-0/+6
* Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.Jon Dufresne2017-06-011-2/+1
* Fixed #28209 -- Made date-based generic views return a 404 rather than crash ...Adit Biswas2017-05-301-0/+12
* Decreased max_length for char fields unless absolutely needed. (#8485)Florian Apolloner2017-05-101-2/+2
* Fixed #26911 -- Removed NoReverseMatch silencing in RedirectView.Grzegorz Tężycki2017-03-011-5/+0
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-252-16/+7
* Refs #23919 -- Removed unneeded force_str callsClaude Paroz2017-01-201-2/+1
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-192-4/+4
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-4/+0
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-188-20/+0
* Imported specific models in a few tests that didn't.Tim Graham2016-12-081-3/+4
* Fixed E305 flake8 warnings.Ramin Farajpour Cami2016-11-141-0/+1
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-103-13/+12
* Replaced use of TestCase.fail() with assertRaises().Tim Graham2016-06-281-8/+2
* Refs #17209 -- Added LoginView and LogoutView class-based viewsClaude Paroz2016-06-241-1/+1
* Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne2016-06-161-10/+10
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-082-38/+33
* Refs #26022 -- Used context manager version of assertRaises in tests.Hasan2016-01-294-10/+20
* Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek2015-12-314-4/+4
* Fixed #26018 -- Prevented unecessary get_form() call in FormMixin.get_context...Chris Cogdon2015-12-302-0/+7
* Fixed #26006 -- Fixed incorrect object reference in SingleObjectMixin.get_con...Chris Cogdon2015-12-303-0/+26
* Fixed #25780 -- Removed redundant status code assertions from testsAlex Morozov2015-11-211-1/+0
* Fixed #25548 -- Prevented FormView.form_invalid() from discarding its form ar...Alex Morozov2015-11-113-0/+19
* Renamed a test file that has no tests.lobziik2015-11-073-2/+2
* Refs #23656 -- Required FormMixin.get_form() form_class parameter to be optio...Tim Graham2015-09-231-25/+0
* Refs #24133 -- Removed legacy formatting syntax in success_url placeholders.Tim Graham2015-09-232-9/+4
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-122-13/+49
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-5/+5
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-202-6/+8
* Fixed #24714 -- Used more specific assertions than assertEqual in tests.Alasdair Nicol2015-04-281-1/+1
* Fixed #24689 -- Fixed DetailView methods with deferred QuerySet.Artis Avotins2015-04-251-0/+22
* Fixed #24643 -- Added get_context_data() method to FormMixinAndrei Kulakov2015-04-241-0/+7
* Fixed #23960 -- Removed http.fix_location_headerClaude Paroz2015-03-181-20/+20
* Converted test fixtures to setUpTestData methodsJosh Smeaton2015-03-055-117/+102
* Sorted imports with isort; refs #23860.Tim Graham2015-02-065-10/+8
* Fixed #24263 -- Prevented extra queries on BaseDateDetailView with a custom q...Tim Graham2015-02-031-0/+4