summaryrefslogtreecommitdiff
path: root/django/contrib/formtools
AgeCommit message (Expand)Author
2014-04-26[1.7.x] Fix many many typos in comments throughout the codebaseAlex Gaynor
2014-04-03[1.7.x] Fixed #22372 -- Improved description of WizardView.get_context_data().Vishal Lal
2014-03-06Fixed #22070 -- Changed verbose_name for apps in django.contrib to use title ...James Jenkins
2014-03-03Fixed many typos in comments and docstrings.Rodolfo Carvalho
2014-02-10Fixed #21994 -- Added form_dict argument to calls of WizardView.done()Julian Wachholz
2014-02-08Fixed #21674 -- Deprecated the import_by_path() function in favor of import_s...Berker Peksag
2014-01-25Fixed #21829 -- Added default AppConfigs.Aymeric Augustin
2014-01-05Fixed #21675 -- Added app configs for contrib apps.Aymeric Augustin
2013-12-23Imported override_settings from its new location.Aymeric Augustin
2013-12-17Removed superfluous models.py files.Aymeric Augustin
2013-12-05Removed 'return' in __init__maurycyp
2013-11-28Fixed E125 pep8 warningsChristopher Medrela
2013-11-11Fixed #21388 -- Corrected language code for FrisianBouke Haarsma
2013-11-02Fixed all E261 warningscoagulant
2013-11-02Fixed #21302 -- Fixed unused imports and import *.Tim Graham
2013-11-02Continue to attack E302 violationsAlex Gaynor
2013-10-31Started attackign the next flake8 violationAlex Gaynor
2013-10-24Start attacking E231 violationsAlex Gaynor
2013-10-23Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol
2013-10-22Removed import * in tests.Tim Graham
2013-10-21Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol
2013-10-18Fixed #21268 -- Fixed E303 pep8 warningsAlasdair Nicol
2013-10-17Fixed #21285 -- Fixed E121,E122 pep8 warningsAlasdair Nicol
2013-10-17Fixed #21259 -- Fixed formstools wizard for InlineFormSet.Kathryn Killebrew
2013-10-17Removed importing formtools tests in __init__.pyTim Graham
2013-10-10Whitespace cleanup.Tim Graham
2013-09-30* Fixing improper grammarAdam Haney
2013-08-04Fixed a number of lint warnings, particularly around unused variables.Alex Gaynor
2013-08-04Deprecated SortedDict (replaced with collections.OrderedDict)Curtis Maloney
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-07-29Deprecated django.utils.importlibClaude Paroz
2013-07-27Fixed a number of minor misspellings.Julien Phalip
2013-07-01Stopped using django.utils.unittest in the test suite.Aymeric Augustin
2013-06-19Removed several unused imports.Aymeric Augustin
2013-06-18Fixed #20199 -- Allow ModelForm fields to override error_messages from model ...Loic Bistuer
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