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
Age
Commit message (
Expand
)
Author
2013-01-15
Updated contrib apps translations
Claude Paroz
2013-01-12
[1.5.x] Fixed #18026 -- Don't return an anonymous dict if extra_data in stora...
Stephan Jaekel
2012-12-24
[1.5.x] Use new TestCase methods for equality comparisons
Ian Clelland
2012-12-08
[1.5.x] Fixed #19357 -- Allow non-ASCII chars in filesystem paths
Claude Paroz
2012-11-23
Added new languages
Claude Paroz
2012-11-17
[1.5.x] Add `form` to formwizard context (includes tests)
Kent Hauser
2012-11-01
[1.5.X] Added WizardView.file_storage exception message and docs
Tim Graham
2012-10-15
Updated base translation files
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-15
Ensured that about half of the files opened in the formtools tests were expli...
Alex Gaynor
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-08
remove a bunch of unnescesarry iterkeys() calls
Alex Gaynor
2012-08-07
[py3] Ported django.utils.encoding.
Aymeric Augustin
2012-08-07
[py3] Fixed access to dict keys/values/items.
Aymeric Augustin
2012-08-04
Fixed #5524 -- Do not remove cleaned_data when a form fails validation
Claude Paroz
2012-07-22
[py3] Replaced unicode/str by six.text_type/bytes.
Aymeric Augustin
2012-07-22
[py3] Replaced basestring by six.string_types.
Aymeric Augustin
2012-06-22
Corrected the `instance_dict` description for form wizards.
Florian Apolloner
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-05-25
Specified when open should use binary mode.
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
Replaced deprecated TestCase methods. Refs #17049.
Claude Paroz
2012-05-03
Fixed #18042 -- Advanced deprecation warnings.
Aymeric Augustin
2012-04-29
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2012-04-29
Fixed #18023 -- Removed bundled simplejson.
Aymeric Augustin
2012-03-31
Moved a template that was added in the wrong directory.
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
2012-03-30
Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...
Claude Paroz
2012-03-23
Pulled formtools translations updates from Transifex. Refs #17822.
Jannis Leidel
2012-03-14
Added Tatar translation. Refs #17822.
Jannis Leidel
2012-03-14
Added Swahili translation. Refs #17822.
Jannis Leidel
2012-03-14
Added Nepali translation. Refs #17822.
Jannis Leidel
2012-03-14
Added Kazakh translation. Refs #17822.
Jannis Leidel
2012-03-14
Added Esperanto to the list of languages. Refs #17822.
Jannis Leidel
2012-03-14
Pulled the formtools translations updates from Transifex. Refs #17822.
Jannis Leidel
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-22
Updated English base translation files in preparation of the alpha release so...
Jannis Leidel
2011-12-19
Fixed #17408 -- Cleaned up some namings in `contrib.formtools`. Thanks, Steph...
Julien Phalip
2011-12-19
Fixed #17163 -- Added the `NamedUrlWizardView.get_step_url()` method. Thanks,...
Julien Phalip
2011-12-19
Fixed #17162 -- Removed the useless `WizardView.get_wizard_name()` method. Th...
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
[next]