summaryrefslogtreecommitdiff
path: root/tests/model_formsets
AgeCommit message (Expand)Author
7 daysReverted inadvertent changes to PK formatting in tests.Tim Graham
9 daysFixed #35870 -- Made blank choice label in forms more accessible.Annabelle Wiegart
2026-04-01Fixed #37004 -- Used QuerySet.totally_ordered in BaseModelFormSet.get_queryse...Rodrigo Vieira
2026-04-01Refs #37004 -- Added coverage for BaseModelFormSet.get_queryset() fallback or...Rodrigo Vieira
2026-02-10Modified tests to format PKs with %s rather than %d.Tim Graham
2025-11-13Fixed #36724 -- Removed invalid "for" attribute on <legend> tags.Kasyap Pentamaraju
2025-08-25Fixed #36251 -- Avoided mutating form Meta.fields in BaseInlineFormSet.SaJH
2025-07-23Refs #36500 -- Rewrapped long docstrings and block comments via a script.django-bot
2025-07-23Refs #36500 -- Shortened some long docstrings and comments.Mike Edmunds
2025-07-23Removed double spaces after periods and within phrases.Sarah Boyce
2024-06-13Fixed #35488 -- Fixed BaseModelFormSet.validate_unique() crash due to unhasha...Madalin Popa
2023-07-24Fixed #34532 -- Made formset_factory() respect Form's default_renderer.Christopher Cave-Ayland
2023-07-07Fixed #32210 -- Fixed model inlines with to_field that has a default.Neeraj Kumar
2023-07-07Refs #24377 -- Added assertions for model inlines with primary key that has a...Neeraj Kumar
2022-10-08Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQue...Gregor Gärtner
2022-07-05Fixed #33822 -- Fixed save() crash on model formsets when not created by mode...Shawn Dong
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2022-01-27Fixed #26142 -- Allowed model formsets to prevent new object creation.vgolubev
2021-12-09Refs #32338 -- Added Boundfield.legend_tag().David Smith
2021-09-20Fixed #31026 -- Switched form rendering to template engine.David Smith
2020-11-06Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly.Hasan Ramezani
2020-11-05Fixed #22276 -- Fixed crash when formset management form is invalid.Jon Dufresne
2020-09-28Fixed #32042 -- Improved error messages for the number of submitted forms in ...meghanabhange
2020-06-24Fixed #9061 -- Allowed FormSets to disable deleting extra forms.David Smith
2020-06-05Fixed #20347 -- Allowed customizing the maximum number of instantiated forms ...David Smith
2020-05-04Changed `'%s' % value` pattern to `str(value)`.Nick Pope
2018-12-27Followed style guide for model attribute ordering.Matt Wiens
2018-08-21Fixed #29696 -- Prevented BaseModelFormSet.initial_form_count()'s from treati...Jon Dufresne
2018-07-30Fixed #26819 -- Fixed BaseModelFormSet.validate_unique() "unhashable type: li...Demur Nodia
2018-07-30Fixed nonexistent field reference in test model __str__() method.Demur Nodia
2018-01-21Fixed #29038 -- Removed closing slash from HTML void tags.Jon Dufresne
2017-07-11Fixed #22229 -- Added primary key validation to BaseModelFormSet._construct_f...Jon Dufresne
2017-07-11Added ModelFormSet test for validation of a nonexistent PK.Jon Dufresne
2017-05-27Fixed #28249 -- Removed unnecessary dict.keys() calls.Jon Dufresne
2017-05-03Fixed #28159 -- Fixed BaseInlineFormSet._construct_form() crash when using sa...Alexander Kavanaugh
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-18Refs #23919 -- Removed six.<various>_types usageClaude Paroz
2017-01-18Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-12-06Fixed #27416 -- Prevented ModelFormSet from creating objects for invalid PKs ...Hiroki Kiyohara
2016-11-10Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za
2016-09-21Fixed #27256 -- Changed Select widget's selected attribute to use HTML5 boole...Jon Dufresne
2016-09-09Refs #25415 -- Fixed invalid models in the test suite.Adam Chainz
2016-06-16Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne
2016-04-21Fixed #22383 -- Added support for HTML5 required attribute on required form f...Jon Dufresne
2016-04-08Fixed E128 flake8 warnings in tests/.Tim Graham
2015-10-27Fixed #25550 -- Deprecated direct assignment to the reverse side of a related...Tim Graham
2015-09-21Fixed #25431 -- Readded inline foreign keys to modelformset instancesClaude Paroz
2015-09-12Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić