index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
model_formsets
Age
Commit message (
Expand
)
Author
2020-11-06
Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly.
Hasan Ramezani
2020-11-05
Fixed #22276 -- Fixed crash when formset management form is invalid.
Jon Dufresne
2020-09-28
Fixed #32042 -- Improved error messages for the number of submitted forms in ...
meghanabhange
2020-06-24
Fixed #9061 -- Allowed FormSets to disable deleting extra forms.
David Smith
2020-06-05
Fixed #20347 -- Allowed customizing the maximum number of instantiated forms ...
David Smith
2020-05-04
Changed `'%s' % value` pattern to `str(value)`.
Nick Pope
2018-12-27
Followed style guide for model attribute ordering.
Matt Wiens
2018-08-21
Fixed #29696 -- Prevented BaseModelFormSet.initial_form_count()'s from treati...
Jon Dufresne
2018-07-30
Fixed #26819 -- Fixed BaseModelFormSet.validate_unique() "unhashable type: li...
Demur Nodia
2018-07-30
Fixed nonexistent field reference in test model __str__() method.
Demur Nodia
2018-01-21
Fixed #29038 -- Removed closing slash from HTML void tags.
Jon Dufresne
2017-07-11
Fixed #22229 -- Added primary key validation to BaseModelFormSet._construct_f...
Jon Dufresne
2017-07-11
Added ModelFormSet test for validation of a nonexistent PK.
Jon Dufresne
2017-05-27
Fixed #28249 -- Removed unnecessary dict.keys() calls.
Jon Dufresne
2017-05-03
Fixed #28159 -- Fixed BaseInlineFormSet._construct_form() crash when using sa...
Alexander Kavanaugh
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-12-06
Fixed #27416 -- Prevented ModelFormSet from creating objects for invalid PKs ...
Hiroki Kiyohara
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-09-21
Fixed #27256 -- Changed Select widget's selected attribute to use HTML5 boole...
Jon Dufresne
2016-09-09
Refs #25415 -- Fixed invalid models in the test suite.
Adam Chainz
2016-06-16
Fixed #26747 -- Used more specific assertions in the Django test suite.
Jon Dufresne
2016-04-21
Fixed #22383 -- Added support for HTML5 required attribute on required form f...
Jon Dufresne
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2015-10-27
Fixed #25550 -- Deprecated direct assignment to the reverse side of a related...
Tim Graham
2015-09-21
Fixed #25431 -- Readded inline foreign keys to modelformset instances
Claude Paroz
2015-09-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-06-26
Fixed #24958 -- Fixed inline forms using UUID-PK parents with auto-PK children.
Jason Hoos
2015-02-24
Fixed #24395 -- Ensured inline ModelsForms have an updated related instance.
Stanislas Guerra
2015-02-23
Fixed #24377 -- Fixed model inline formsets with primary key's that have defa...
Tim Graham
2015-02-13
Fixed #24295 -- Allowed ModelForm meta to specify form field classes.
Loic Bistuer
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-20
Fixed typos in code comments.
Adam Taylor
2014-11-03
Fixed #23620 -- Used more specific assertions in the Django test suite.
Berker Peksag
2014-09-08
Fixed #23451 -- Fixed typo in inlineformset_factory() error message.
Petras Zdanavičius
2014-05-28
Fixed several typos in Django
Alex Gaynor
2014-05-16
Fixed #22628 -- Took initial forms into account when combining FormSet.min_nu...
Stephen Burrows
2014-05-15
Fixed #17642 -- Added min_num support to modelformsets, inlines, and the admin.
Anders Steinlein
2014-05-08
Split ignores_nulls_in_unique_constraints feature.
Aymeric Augustin
2014-04-16
Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of docs and tests.
chriscauley
2014-03-22
Made ModelForms raise ImproperlyConfigured if the list of fields is not speci...
Tim Graham
2013-12-25
Fixed unittest typo
Levi Gross
2013-11-02
PEP8
Jason Myers
2013-11-02
Fixed all E261 warnings
coagulant
2013-10-31
Fixed #18508 -- tests for repeated deletion bug in ModelFormSet
Ole Laursen
2013-10-23
Fixed #21298 -- Fixed E301 pep8 warnings
Alasdair Nicol
2013-10-22
Fixed E221 pep8 warnings.
Tim Graham
[next]