summaryrefslogtreecommitdiff
path: root/django/contrib/formtools
AgeCommit message (Expand)Author
2013-05-25Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.Preston Holmes
2013-05-17Replaced an antiquated pattern.Aymeric Augustin
2013-05-10Fixed #17365, #17366, #18727 -- Switched to discovery test runner.Carl Meyer
2013-05-09Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added...Luke Plant
2013-05-02Updated translation templates and removed en translationsClaude Paroz
2013-04-02Modified formtools to work with unittest2 discovery.Preston Timmons
2013-03-28Updated translation templatesClaude Paroz
2013-03-28Updated translations from TransifexClaude Paroz
2013-03-23Merge pull request #942 from stephrdev/trac-18000Jannis Leidel
2013-03-23Added some class attributes to pass initial form lists to the WizardView with...Stephan Jaekel
2013-03-23Moved the code to handle goto requests in a extra WizardView method.Stephan Jaekel
2013-03-23Fixed #20048, #20060 -- Modified tests for contrib apps sensitive to custom U...Russell Keith-Magee
2013-02-26Merged contrib translations from 1.5 branchClaude Paroz
2013-02-13Fixed #18558 -- Added url property to HttpResponseRedirect*Hiroki Kiyohara
2013-02-04Fixed #17061 -- Factored out importing object from a dotted pathClaude Paroz
2013-01-12Fixed #18026 -- Don't return an anonymous dict if extra_data in storage is em...Stephan Jaekel
2012-12-29Removed the legacy form wizard.Aymeric Augustin
2012-12-24Use new TestCase methods for equality comparisonsIan Clelland
2012-12-08Fixed #19357 -- Allow non-ASCII chars in filesystem pathsClaude Paroz
2012-11-17Merge pull request #466 from kenthauser/ticket_19025Jannis Leidel
2012-11-01Added WizardView.file_storage exception message and docsTim Graham
2012-10-31Add `form` to formwizard context (includes tests)Kent Hauser
2012-10-15Updated base translation filesClaude Paroz
2012-09-25Fixed #19020 -- Do not depend on dict order in formtools testsClaude Paroz
2012-08-18[py3] Fixed formtools tests.Aymeric Augustin
2012-08-15Ensured that about half of the files opened in the formtools tests were expli...Alex Gaynor
2012-08-14Reverted pickle-json replacement form_hmac calculationClaude Paroz
2012-08-13[py3] Fixed contrib.formtools testsClaude Paroz
2012-08-13Replaced pickle by json in form_hmac calculationClaude Paroz
2012-08-08remove a bunch of unnescesarry iterkeys() callsAlex 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-04Fixed #5524 -- Do not remove cleaned_data when a form fails validationClaude 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-22Corrected the `instance_dict` description for form wizards.Florian Apolloner
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2012-05-25Specified when open should use binary mode.Claude Paroz
2012-05-19Fixed test failures after commit 1a66f53. Refs #18340Claude Paroz
2012-05-19Fixed #18340 -- Fixed formtools form_hmac with Unicode inputClaude Paroz
2012-05-03Used catch_warnings instead of save/restore methods. Refs #17049.Claude Paroz
2012-05-03Replaced deprecated TestCase methods. Refs #17049.Claude Paroz
2012-05-03Fixed #18042 -- Advanced deprecation warnings.Aymeric Augustin
2012-04-29Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz
2012-04-29Fixed #18023 -- Removed bundled simplejson.Aymeric Augustin
2012-03-31Moved a template that was added in the wrong directory.Aymeric Augustin
2012-03-31Used the override_settings decorator in the tests of auth, flatpages, and for...Aymeric Augustin
2012-03-31Removed some more imports/warnings useless after recent removals.Claude Paroz
2012-03-31Removed deprecated and undocumented function django.contrib.formtools.utils.s...Aymeric Augustin
2012-03-30Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...Claude Paroz