Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/model_formsets_regress
Commit message (Expand)AuthorAgeFilesLines
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-1/+4
* Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant2015-08-311-1/+0
* Fixed #21127 -- Started deprecation toward requiring on_d...Flavio Curella2015-07-281-5/+5
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-4/+7
* Fixed #23968 -- Replaced list comprehension with generato...Jon Dufresne2014-12-081-9/+9
* Fixed #23620 -- Used more specific assertions in the Djan...Berker Peksag2014-11-031-3/+3
* Fixed #13794 -- Fixed to_field usage in BaseInlineFormSet.Tim Graham2014-07-092-1/+46
* Fixed several typos in DjangoAlex Gaynor2014-05-291-1/+1
* PEP8Jason Myers2013-11-032-0/+7
* Fixed #14877 -- repeated deletion using formsetsAnssi Kääriäinen2013-10-301-0/+49
* Fix all violators of E231Alex Gaynor2013-10-261-3/+3
* Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol2013-10-211-17/+17
* Removed unused local variables in tests.Tim Graham2013-10-191-2/+2
* Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol2013-10-181-1/+1
* Fixed #17627 -- Renamed util.py files to utils.pyTim Graham2013-09-161-1/+1
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Use assertIsInstance in tests.Marc Tamlyn2013-05-211-8/+8
* Fixed #13546 -- Easier handling of localize field options...Erik Romijn2013-05-181-1/+6
* Fixed #19733 - deprecated ModelForms without 'fields' or ...Luke Plant2013-05-091-13/+15
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+481