summaryrefslogtreecommitdiff
path: root/tests/generic_views/test_edit.py
AgeCommit message (Expand)Author
2013-06-22Fixed #18872 -- Added prefix to FormMixinGilberto Gonçalves
2013-05-21Use assertIsInstance in tests.Marc Tamlyn
2013-05-09Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added...Luke Plant
2013-04-12Modified generic_views for unittest2 discovery.Preston Timmons