summaryrefslogtreecommitdiff
path: root/tests/generic_views/test_edit.py
Commit message (Expand)AuthorAgeFilesLines
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-011-1/+1
* Advanced deprecation warnings for Django 1.7.Aymeric Augustin2013-06-291-3/+3
* Fixed #18872 -- Added prefix to FormMixinGilberto Gonçalves2013-06-221-1/+20
* Use assertIsInstance in tests.Marc Tamlyn2013-05-211-7/+7
* Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added...Luke Plant2013-05-091-1/+43
* Modified generic_views for unittest2 discovery.Preston Timmons2013-04-121-0/+317