index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
generic_relations
/
test_forms.py
Age
Commit message (
Collapse
)
Author
2026-01-18
Applied Black's 2026 stable style.
Mariusz Felisiak
https://github.com/psf/black/releases/tag/26.1.0
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2020-09-28
Fixed #32042 -- Improved error messages for the number of submitted forms in ↵
meghanabhange
formsets.
2020-08-18
Refs #9061 -- Allowed GenericInlineFormSet to disable deleting extra forms.
Mariusz Felisiak
Follow up to 162765d6c3182e36095d29543e21b44b908625fc.
2020-08-18
Refs #20347 -- Allowed customizing the maximum number of instantiated forms ↵
Mariusz Felisiak
in generic_inlineformset_factory(). Follow up to 433dd737f94b09043f64b873b0ac067b3f97364b.
2018-01-21
Fixed #29038 -- Removed closing slash from HTML void tags.
Jon Dufresne
2017-12-30
Fixed #14642 -- Fixed generic inline formsets crash when using save_as_new=True.
Tomer Chachamu
2017-12-28
Moved generic_inlineformset_factory() tests to a separate file.
Tim Graham