summaryrefslogtreecommitdiff
path: root/tests/model_formsets
AgeCommit message (Expand)Author
2014-05-29[1.7.x] Fixed several typos in DjangoAlex Gaynor
2014-05-16[1.7.x] Fixed #22628 -- Took initial forms into account when combining FormSe...Stephen Burrows
2014-05-15[1.7.x] Fixed #17642 -- Added min_num support to modelformsets, inlines, and ...Anders Steinlein
2014-05-08[1.7.x] Split ignores_nulls_in_unique_constraints feature.Aymeric Augustin
2013-12-25Fixed unittest typoLevi Gross
2013-11-02PEP8Jason Myers
2013-11-02Fixed all E261 warningscoagulant
2013-10-31Fixed #18508 -- tests for repeated deletion bug in ModelFormSetOle Laursen
2013-10-23Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol
2013-10-22Fixed E221 pep8 warnings.Tim Graham
2013-10-19Removed unused local variables in tests.Tim Graham
2013-08-15Fixed #20895 -- Made check management command warn if a BooleanField does not...Alasdair Nicol
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-07-27Fixed a number of minor misspellings.Julien Phalip
2013-07-23Fixed #10284 -- ModelFormSet.save(commit=False) no longer deletes objectsTim Graham
2013-07-19Fixed #20765 -- Set small values of `step` using exponential notation.Simon Charette
2013-07-01Fixed a couple form/formset deprecation warnings in tests.Tim Graham
2013-06-22Fixed 17478 -- Allowed queryset overriding in BaseModelFormSet initClaude Paroz
2013-06-20Fixed #20630 -- Removed `maxlength` attribute from `NumberInput`.Simon Charette
2013-06-13Fixed #20000 -- Allowed ModelForm meta overrides for label, help_text and err...Loic Bistuer
2013-05-09Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added...Luke Plant
2013-03-21Fixed #20084 -- Provided option to validate formset max_num on server.Andrew Gorcester
2013-03-01Fixed #18898 -- Added tests with a fix for ModelMultipleChoiceFieldClaude Paroz
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner