Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/swappable_models
Commit message (Expand)AuthorAgeFilesLines
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-3/+2
* Removed support for initial_data fixtures per deprecation...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/r...Florian Apolloner2013-02-261-1/+1
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+73