index
:
chango.git
devmain
fix-31295
initial-branch
main
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
Age
Commit message (
Expand
)
Author
2012-03-04
Fixed #17677 -- Made sure the WizardView doesn't accidentally overwrite the `...
Jannis Leidel
2012-03-03
Fixed #17819 -- Convinced the NamedUrlWizardView to stop dropping files when ...
Jannis Leidel
2011-12-19
Fixed #17408 -- Cleaned up some namings in `contrib.formtools`. Thanks, Steph...
Julien Phalip
2011-12-19
Fixed #17151 -- Renamed `wizard_prev_step` to the clearer `wizard_goto_step` ...
Julien Phalip
2011-12-19
Fixed #17150 -- Made `NamedUrlWizardView.url_name` available in the template ...
Julien Phalip
2011-12-19
Fixed #17148 -- Fixed the signature of `WizardView.get_context_data()` to pla...
Julien Phalip
2011-11-13
Refs #17215: Avoid generating 47 leftover tmp dirs during a clean test run.
Karen Tracey
2011-10-17
Remove a great many of the remaining relative imports.
Alex Gaynor
2011-09-11
Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...
Ramiro Morales
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