Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/model_formsets
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25550 -- Deprecated direct assignment to the rever...Tim Graham2015-10-271-1/+1
* Fixed #25431 -- Readded inline foreign keys to modelforms...Claude 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_d...Flavio Curella2015-07-281-17/+17
* Fixed #24958 -- Fixed inline forms using UUID-PK parents ...Jason Hoos2015-06-262-1/+77
* Fixed #24395 -- Ensured inline ModelsForms have an update...Stanislas Guerra2015-02-241-0/+32
* Fixed #24377 -- Fixed model inline formsets with primary ...Tim Graham2015-02-232-0/+45
* Fixed #24295 -- Allowed ModelForm meta to specify form fi...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 Djan...Berker Peksag2014-11-031-2/+2
* Fixed #23451 -- Fixed typo in inlineformset_factory() err...Petras Zdanavičius2014-09-081-0/+6
* Fixed several typos in DjangoAlex Gaynor2014-05-291-1/+1
* Fixed #22628 -- Took initial forms into account when comb...Stephen Burrows2014-05-161-2/+1
* Fixed #17642 -- Added min_num support to modelformsets, i...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 do...chriscauley2014-04-171-1/+1
* Made ModelForms raise ImproperlyConfigured if the list of...Tim Graham2014-03-221-0/+10
* Fixed unittest typoLevi Gross2013-12-251-2/+2
* PEP8Jason Myers2013-11-031-0/+26
* Fixed all E261 warningscoagulant2013-11-031-55/+55
* Fixed #18508 -- tests for repeated deletion bug in ModelF...Ole 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 B...Alasdair Nicol2013-08-161-3/+3
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Fixed a number of minor misspellings.Julien Phalip2013-07-281-1/+1
* Fixed #10284 -- ModelFormSet.save(commit=False) no longer...Tim Graham2013-07-231-0/+3
* Fixed #20765 -- Set small values of `step` using exponent...Simon Charette2013-07-201-1/+1
* Fixed a couple form/formset deprecation warnings in tests.Tim Graham2013-07-011-1/+1
* Fixed 17478 -- Allowed queryset overriding in BaseModelFo...Claude Paroz2013-06-221-1/+18
* Fixed #20630 -- Removed `maxlength` attribute from `Numbe...Simon Charette2013-06-201-1/+1
* Fixed #20000 -- Allowed ModelForm meta overrides for labe...Loic Bistuer2013-06-131-1/+51
* Fixed #19733 - deprecated ModelForms without 'fields' or ...Luke Plant2013-05-091-44/+45
* Fixed #20084 -- Provided option to validate formset max_n...Andrew Gorcester2013-03-211-0/+27
* Fixed #18898 -- Added tests with a fix for ModelMultipleC...Claude Paroz2013-03-011-0/+32
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+1442