summaryrefslogtreecommitdiff
path: root/tests/model_formsets
Commit message (Expand)AuthorAgeFilesLines
* Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQue...Gregor Gärtner2022-10-081-1/+1
* Fixed #33822 -- Fixed save() crash on model formsets when not created by mode...Shawn Dong2022-07-051-0/+31
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-102/+182
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-073-750/+931
* Fixed #26142 -- Allowed model formsets to prevent new object creation.vgolubev2022-01-271-0/+67
* Refs #32338 -- Added Boundfield.legend_tag().David Smith2021-12-091-0/+8
* Fixed #31026 -- Switched form rendering to template engine.David Smith2021-09-201-0/+19
* Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly.Hasan Ramezani2020-11-061-30/+13
* Fixed #22276 -- Fixed crash when formset management form is invalid.Jon Dufresne2020-11-051-5/+4
* Fixed #32042 -- Improved error messages for the number of submitted forms in ...meghanabhange2020-09-281-5/+47
* Fixed #9061 -- Allowed FormSets to disable deleting extra forms.David Smith2020-06-241-0/+54
* Fixed #20347 -- Allowed customizing the maximum number of instantiated forms ...David Smith2020-06-051-0/+78
* Changed `'%s' % value` pattern to `str(value)`.Nick Pope2020-05-041-2/+2
* Followed style guide for model attribute ordering.Matt Wiens2018-12-271-3/+3
* Fixed #29696 -- Prevented BaseModelFormSet.initial_form_count()'s from treati...Jon Dufresne2018-08-211-1/+7
* Fixed #26819 -- Fixed BaseModelFormSet.validate_unique() "unhashable type: li...Demur Nodia2018-07-301-0/+27
* Fixed nonexistent field reference in test model __str__() method.Demur Nodia2018-07-301-4/+1
* Fixed #29038 -- Removed closing slash from HTML void tags.Jon Dufresne2018-01-211-120/+120
* Fixed #22229 -- Added primary key validation to BaseModelFormSet._construct_f...Jon Dufresne2017-07-111-0/+44
* Added ModelFormSet test for validation of a nonexistent PK.Jon Dufresne2017-07-111-0/+15
* Fixed #28249 -- Removed unnecessary dict.keys() calls.Jon Dufresne2017-05-271-1/+1
* Fixed #28159 -- Fixed BaseInlineFormSet._construct_form() crash when using sa...Alexander Kavanaugh2017-05-031-2/+7
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-5/+5
* Refs #23919 -- Removed six.<various>_types usageClaude Paroz2017-01-182-15/+13
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-19/+0
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-182-4/+0
* Fixed #27416 -- Prevented ModelFormSet from creating objects for invalid PKs ...Hiroki Kiyohara2016-12-061-0/+22
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-4/+4
* Fixed #27256 -- Changed Select widget's selected attribute to use HTML5 boole...Jon Dufresne2016-09-211-1/+1
* Refs #25415 -- Fixed invalid models in the test suite.Adam Chainz2016-09-092-2/+2
* Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne2016-06-161-4/+4
* Fixed #22383 -- Added support for HTML5 required attribute on required form f...Jon Dufresne2016-04-211-2/+2
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-081-16/+23
* Fixed #25550 -- Deprecated direct assignment to the reverse side of a related...Tim Graham2015-10-271-1/+1
* Fixed #25431 -- Readded inline foreign keys to modelformset instancesClaude Paroz2015-09-211-0/+4
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-108/+342
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-17/+17
* Fixed #24958 -- Fixed inline forms using UUID-PK parents with auto-PK children.Jason Hoos2015-06-262-1/+77
* Fixed #24395 -- Ensured inline ModelsForms have an updated related instance.Stanislas Guerra2015-02-241-0/+32
* Fixed #24377 -- Fixed model inline formsets with primary key's that have defa...Tim Graham2015-02-232-0/+45
* Fixed #24295 -- Allowed ModelForm meta to specify form field classes.Loic Bistuer2015-02-131-0/+18
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-7/+11
* Fixed typos in code comments.Adam Taylor2015-01-201-1/+1
* Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag2014-11-031-2/+2
* Fixed #23451 -- Fixed typo in inlineformset_factory() error message.Petras Zdanavičius2014-09-081-0/+6
* Fixed several typos in DjangoAlex Gaynor2014-05-281-1/+1
* Fixed #22628 -- Took initial forms into account when combining FormSet.min_nu...Stephen Burrows2014-05-161-2/+1
* Fixed #17642 -- Added min_num support to modelformsets, inlines, and the admin.Anders Steinlein2014-05-151-0/+27
* Split ignores_nulls_in_unique_constraints feature.Aymeric Augustin2014-05-081-1/+1
* Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of docs and tests.chriscauley2014-04-161-1/+1