index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
formtools
/
tests
/
__init__.py
Age
Commit message (
Expand
)
Author
2014-11-26
Fixed #23677 -- Removed contrib.formtools
Tim Graham
2013-05-10
Fixed #17365, #17366, #18727 -- Switched to discovery test runner.
Carl Meyer
2013-04-02
Modified formtools to work with unittest2 discovery.
Preston Timmons
2012-12-29
Removed the legacy form wizard.
Aymeric Augustin
2012-12-08
Fixed #19357 -- Allow non-ASCII chars in filesystem paths
Claude Paroz
2012-09-25
Fixed #19020 -- Do not depend on dict order in formtools tests
Claude Paroz
2012-08-18
[py3] Fixed formtools tests.
Aymeric Augustin
2012-08-14
Reverted pickle-json replacement form_hmac calculation
Claude Paroz
2012-08-13
[py3] Fixed contrib.formtools tests
Claude Paroz
2012-08-13
Replaced pickle by json in form_hmac calculation
Claude Paroz
2012-08-04
Fixed #5524 -- Do not remove cleaned_data when a form fails validation
Claude Paroz
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-05-19
Fixed test failures after commit 1a66f53. Refs #18340
Claude Paroz
2012-05-19
Fixed #18340 -- Fixed formtools form_hmac with Unicode input
Claude Paroz
2012-05-03
Used catch_warnings instead of save/restore methods. Refs #17049.
Claude Paroz
2012-05-03
Fixed #18042 -- Advanced deprecation warnings.
Aymeric Augustin
2012-03-31
Used the override_settings decorator in the tests of auth, flatpages, and for...
Aymeric Augustin
2012-03-31
Removed some more imports/warnings useless after recent removals.
Claude Paroz
2012-03-31
Removed deprecated and undocumented function django.contrib.formtools.utils.s...
Aymeric Augustin
2011-08-13
Fixed #6644 -- Fixed django.contrib.formtools tests to be better isolated whe...
Jannis Leidel
2011-06-01
Fixed #9200 -- Added new form wizard to formtools based on class based views....
Jannis Leidel
2011-04-28
Fixed #11726 - FormWizard does sanity check on step number performed before d...
Luke Plant
2011-04-02
Silenced a DeprecationWarning in formtools caused by testing the deprecated s...
Russell Keith-Magee
2011-03-30
Updated FormPreview to use form_hmac rather than the old security_hash function
Luke Plant
2011-03-30
Removed Django 1.2 compatibility fallback for form wizard hash
Luke Plant
2011-03-03
Updated test assertions that have been deprecated by the move to unittest2. I...
Russell Keith-Magee
2011-01-13
Corrected hash in a formtools test to match current method, not Django 1.2
Luke Plant
2011-01-13
Fixed some bugs with formtools tests.
Luke Plant
2011-01-13
Fixed #15075 - No longer possible to alter the form_list in FormWizard.proces...
Luke Plant
2010-12-04
Removed all usages of deprecated TestCase methods (self.fail*). This removed...
Alex Gaynor
2010-11-21
Few improvements to FormPreview, thanks Andy!
Honza Král
2010-11-16
Fixed #14576 - FormWizard.done() method doesn't get passed the last form in t...
Luke Plant
2010-10-19
Fixed #14498 - Forms passed to FormWizard.process_step are not guaranteed to ...
Luke Plant
2010-10-14
Fixed #14445 - Use HMAC and constant-time comparison functions where needed.
Luke Plant