summaryrefslogtreecommitdiff
path: root/tests/unmanaged_models
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Applied Black's 2023 stable style.David Smith2023-02-011-0/+1
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-1/+2
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-072-14/+14
* Removed unused __str__() methods in tests models.Author: Mads Jensen2020-04-151-17/+0
* Sorted imports per isort 4.2.9.Tim Graham2017-06-011-1/+0
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-7/+0
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Removed British/Austrialian word: whilist.Tim Graham2015-12-311-1/+1
* Fixed many spelling mistakes in code, comments, and docs.Josh Soref2015-12-031-1/+1
* Fixed #25550 -- Deprecated direct assignment to the reverse side of a related...Tim Graham2015-10-271-1/+1
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-4/+4
* Sorted imports with isort; refs #23860.Tim Graham2015-02-062-1/+2
* Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag2014-11-031-2/+2
* Fixing E302 ErrorsJason Myers2013-11-021-1/+12
* Removed unneeded imports in tests's __init__.py and unified them.Florian Apolloner2013-09-091-2/+0
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Use assertIsInstance in tests.Marc Tamlyn2013-05-211-4/+4
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+195