summaryrefslogtreecommitdiff
path: root/tests/model_formsets_regress
Commit message (Expand)AuthorAgeFilesLines
* Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQue...Gregor Gärtner2022-10-081-1/+1
* Relaxed some query ordering assertions in various tests.Mariusz Felisiak2022-04-141-2/+8
* Removed redundant QuerySet.all() calls in docs and tests.Nick Pope2022-02-221-6/+6
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-3/+7
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-072-176/+199
* Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly.Hasan Ramezani2020-11-061-1/+4
* Removed serial pk assumption from FormfieldShouldDeleteFormTests.test_custom_...Tim Graham2020-11-031-7/+7
* Used 4 space hanging indent for dictionaries.Tim Graham2019-01-021-4/+6
* Fixed #29981 -- Fixed inline formsets with a OnetoOneField primary key that u...Patrik Sletmo2019-01-012-2/+19
* Fixed hanging indentation in various code.Mariusz Felisiak2018-03-161-2/+1
* Removed unnecessary trailing commas and spaces in various code.Mariusz Felisiak2017-12-281-1/+1
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-1/+1
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-191-1/+1
* Refs #23919 -- Removed six.<various>_types usageClaude Paroz2017-01-181-8/+7
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-2/+0
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* 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_delete for ForeignKey...Flavio Curella2015-07-271-5/+5
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-4/+7
* Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...Jon Dufresne2014-12-081-9/+9
* Fixed #23620 -- Used more specific assertions in the Django test suite.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-281-1/+1
* PEP8Jason Myers2013-11-022-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 in ModelFormErik Romijn2013-05-181-1/+6
* Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added...Luke Plant2013-05-091-13/+15
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+481