summaryrefslogtreecommitdiff
path: root/tests/generic_relations/test_forms.py
AgeCommit message (Expand)Author
2020-09-28Fixed #32042 -- Improved error messages for the number of submitted forms in ...meghanabhange
2020-08-18Refs #9061 -- Allowed GenericInlineFormSet to disable deleting extra forms.Mariusz Felisiak
2020-08-18Refs #20347 -- Allowed customizing the maximum number of instantiated forms i...Mariusz Felisiak
2018-01-21Fixed #29038 -- Removed closing slash from HTML void tags.Jon Dufresne
2017-12-30Fixed #14642 -- Fixed generic inline formsets crash when using save_as_new=True.Tomer Chachamu
2017-12-28Moved generic_inlineformset_factory() tests to a separate file.Tim Graham