summaryrefslogtreecommitdiff
path: root/tests/swappable_models
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Applied Black's 2023 stable style.David Smith2023-02-011-1/+0
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-072-19/+20
* Disabled management commands output with verbosity 0 in various tests.François Freitag2020-05-131-4/+1
* Refs #27790 -- Reverted "Removed available_apps on TestCase subclasses."Tim Graham2017-01-281-0/+7
* Refs #23919 -- Removed most of remaining six usageClaude Paroz2017-01-181-2/+3
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Removed available_apps on TestCase subclasses.Simon Charette2017-01-131-6/+0
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-2/+2
* Replaced use of TestCase.fail() with assertRaises().Tim Graham2016-06-281-5/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-3/+2
* Removed support for initial_data fixtures per deprecation timeline.Tim Graham2015-01-171-1/+1
* Added a missing import and removed an unneeded importAlex Gaynor2013-12-241-1/+0
* Renamed AppCache to Apps.Aymeric Augustin2013-12-241-1/+1
* Replaced ad-hoc caching of get_models with lru_cache.Aymeric Augustin2013-12-241-10/+0
* Imported override_settings from its new location.Aymeric Augustin2013-12-231-2/+1
* Moved apps back in the toplevel django namespace.Aymeric Augustin2013-12-221-1/+1
* Moved the new app cache inside core.Aymeric Augustin2013-12-171-1/+1
* Removed module-level functions for the app cache.Aymeric Augustin2013-12-171-3/+3
* Moved django.db.models.loading to django.apps.cache.Aymeric Augustin2013-12-171-1/+1
* Fixed assorted flake8 errors.Tim Graham2013-10-111-2/+2
* Updated syncdb -> migrate in tests.Tim Graham2013-09-031-2/+2
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Fixed #20603 -- Made the test suite faster.Aymeric Augustin2013-06-141-0/+7
* Renamed some tests and removed references to modeltests/regressiontests.Florian Apolloner2013-02-261-1/+1
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+73