summaryrefslogtreecommitdiff
path: root/tests/model_formsets
Commit message (Expand)AuthorAgeFilesLines
* 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
* Made ModelForms raise ImproperlyConfigured if the list of fields is not speci...Tim Graham2014-03-221-0/+10
* Fixed unittest typoLevi Gross2013-12-251-2/+2
* PEP8Jason Myers2013-11-021-0/+26
* Fixed all E261 warningscoagulant2013-11-021-55/+55
* Fixed #18508 -- tests for repeated deletion bug in ModelFormSetOle Laursen2013-10-311-0/+30
* Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol2013-10-231-0/+2
* Fixed E221 pep8 warnings.Tim Graham2013-10-221-1/+1
* Removed unused local variables in tests.Tim Graham2013-10-191-10/+10
* Fixed #20895 -- Made check management command warn if a BooleanField does not...Alasdair Nicol2013-08-151-3/+3
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Fixed a number of minor misspellings.Julien Phalip2013-07-271-1/+1
* Fixed #10284 -- ModelFormSet.save(commit=False) no longer deletes objectsTim Graham2013-07-231-0/+3
* Fixed #20765 -- Set small values of `step` using exponential notation.Simon Charette2013-07-191-1/+1