summaryrefslogtreecommitdiff
path: root/tests/model_formsets_regress
AgeCommit message (Expand)Author
2014-07-10[1.7.x] Fixed #13794 -- Fixed to_field usage in BaseInlineFormSet.Tim Graham
2014-05-29[1.7.x] Fixed several typos in DjangoAlex Gaynor
2013-11-02PEP8Jason Myers
2013-10-30Fixed #14877 -- repeated deletion using formsetsAnssi Kääriäinen
2013-10-26Fix all violators of E231Alex Gaynor
2013-10-21Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol
2013-10-19Removed unused local variables in tests.Tim Graham
2013-10-18Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol
2013-09-16Fixed #17627 -- Renamed util.py files to utils.pyTim Graham
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-05-21Use assertIsInstance in tests.Marc Tamlyn
2013-05-18Fixed #13546 -- Easier handling of localize field options in ModelFormErik Romijn
2013-05-09Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added...Luke Plant
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner