summaryrefslogtreecommitdiff
path: root/tests/generic_views/test_base.py
AgeCommit message (Collapse)Author
2013-05-18Fixed #20234 and #20236 -- SingleObjectMixin fixesKarol Sikora
Added object on SingleObjectMixin returned context, some code clanup.
2013-05-18Fixed #20235 -- Use self.object_list if object_list not present in ↵Matthew Somerville
get_context_data kwargs. This is so MultipleObjectMixin can be used in the same way as SingleObjectMixin.
2013-04-12Modified generic_views for unittest2 discovery.Preston Timmons