summaryrefslogtreecommitdiff
path: root/tests/generic_views/test_forms.py
AgeCommit message (Collapse)Author
2015-11-07Renamed a test file that has no tests.lobziik
2013-07-29Removed most of absolute_import importsClaude Paroz
Should be unneeded with Python 2.7 and up. Added some unicode_literals along the way.
2013-05-09Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and ↵Luke Plant
added '__all__' shortcut This also updates all dependent functionality, including modelform_factory and modelformset_factory, and the generic views `ModelFormMixin`, `CreateView` and `UpdateView` which gain a new `fields` attribute.
2013-04-12Modified generic_views for unittest2 discovery.Preston Timmons