This website requires JavaScript.
Explore
Get Started
openstack
/
deb-python-django-formtools
Code
Issues
Proposed changes
Files
4279e13bd3f7cdc73973cc2863835aa60a86662d
deb-python-django-formtools
/
formtools
/
tests
/
wizard
History
Stephan Jaekel
4279e13bd3
Fixed
#18026
-- Don't return an anonymous dict if extra_data in storage is empty.
2013-01-12 15:50:18 +01:00
..
namedwizardtests
Ensured that about half of the files opened in the formtools tests were explicitly closed.
2012-08-15 03:46:32 -07:00
wizardtests
Fixed
#19357
-- Allow non-ASCII chars in filesystem paths
2012-12-08 11:13:52 +01:00
__init__.py
Fixed
#17677
-- Made sure the WizardView doesn't accidentally overwrite the
instance
or
queryset
form parameters when they are already set by the
get_form_kwargs
method. Thanks to goodtune and Stephan Jäkel.
2012-03-04 16:10:18 +00:00
cookiestorage.py
Use new TestCase methods for equality comparisons
2012-12-24 00:24:14 +00:00
forms.py
Fixed
#18269
-- Applied unicode_literals for Python 3 compatibility.
2012-06-07 18:08:47 +02:00
loadstorage.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
sessionstorage.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
storage.py
Fixed
#18026
-- Don't return an anonymous dict if extra_data in storage is empty.
2013-01-12 15:50:18 +01:00