summaryrefslogtreecommitdiff
path: root/tests/generic_relations/test_forms.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-38/+85
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-87/+111
* Fixed #32042 -- Improved error messages for the number of submitted forms in ...meghanabhange2020-09-281-2/+2
* Refs #9061 -- Allowed GenericInlineFormSet to disable deleting extra forms.Mariusz Felisiak2020-08-181-0/+24
* Refs #20347 -- Allowed customizing the maximum number of instantiated forms i...Mariusz Felisiak2020-08-181-0/+34
* Fixed #29038 -- Removed closing slash from HTML void tags.Jon Dufresne2018-01-211-16/+16
* Fixed #14642 -- Fixed generic inline formsets crash when using save_as_new=True.Tomer Chachamu2017-12-301-0/+37
* Moved generic_inlineformset_factory() tests to a separate file.Tim Graham2017-12-281-0/+202