django1/django/contrib/formtools/tests
Claude Paroz 1a66f53f94 Fixed #18340 -- Fixed formtools form_hmac with Unicode input
Using cPickle, two apparently identical Unicode strings could
generate different pickled results depending on previous operations
on those strings.
2012-05-19 12:10:22 +02:00
..
templates Moved a template that was added in the wrong directory. 2012-03-31 17:16:14 +00:00
wizard Replaced deprecated TestCase methods. Refs #17049. 2012-05-03 16:39:16 +02:00
__init__.py Fixed #18340 -- Fixed formtools form_hmac with Unicode input 2012-05-19 12:10:22 +02:00
forms.py Fixed #6644 -- Fixed django.contrib.formtools tests to be better isolated when running outside of the Django test suite. Also moved around the new wizard's templates a bit to better fit the common app layout. 2011-08-13 13:51:34 +00:00
urls.py Remove a great many of the remaining relative imports. 2011-10-17 18:45:22 +00:00