django/tests/generic_views
Matthew Somerville 1c921cfac3 Fixed #20235 -- Use self.object_list if object_list not present in get_context_data kwargs.
This is so MultipleObjectMixin can be used in the same way as
SingleObjectMixin.
2013-05-18 14:10:40 +02:00
..
fixtures Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
templates Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
__init__.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
models.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
test_base.py Fixed #20235 -- Use self.object_list if object_list not present in get_context_data kwargs. 2013-05-18 14:10:40 +02:00
test_dates.py Modified generic_views for unittest2 discovery. 2013-04-12 15:10:04 -06:00
test_detail.py Modified generic_views for unittest2 discovery. 2013-04-12 15:10:04 -06:00
test_edit.py Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added '__all__' shortcut 2013-05-09 16:44:36 +01:00
test_forms.py Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added '__all__' shortcut 2013-05-09 16:44:36 +01:00
test_list.py Modified generic_views for unittest2 discovery. 2013-04-12 15:10:04 -06:00
urls.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
views.py Fixed #20235 -- Use self.object_list if object_list not present in get_context_data kwargs. 2013-05-18 14:10:40 +02:00