summaryrefslogtreecommitdiff
path: root/django/contrib/formtools/tests
AgeCommit message (Expand)Author
2011-03-03Updated test assertions that have been deprecated by the move to unittest2. I...Russell Keith-Magee
2011-01-13Corrected hash in a formtools test to match current method, not Django 1.2Luke Plant
2011-01-13Fixed some bugs with formtools tests.Luke Plant
2011-01-13Fixed #15075 - No longer possible to alter the form_list in FormWizard.proces...Luke Plant
2010-12-04Removed all usages of deprecated TestCase methods (self.fail*). This removed...Alex Gaynor
2010-11-21Few improvements to FormPreview, thanks Andy!Honza Král
2010-11-16Fixed #14576 - FormWizard.done() method doesn't get passed the last form in t...Luke Plant
2010-10-19Fixed #14498 - Forms passed to FormWizard.process_step are not guaranteed to ...Luke Plant
2010-10-14Fixed #14445 - Use HMAC and constant-time comparison functions where needed.Luke Plant