summaryrefslogtreecommitdiff
path: root/tests/app_loading
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-4/+16
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-072-30/+25
* Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.Tim Graham2017-01-201-2/+1
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Refs #26022 -- Replaced six.assertRaisesRegex with assertRaisesMessage as app...Hasan2016-01-291-2/+1
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-1/+1
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-3/+3
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
* Moved sys.path-extending decorator to django.test.utils and used throughout t...Carl Meyer2014-01-251-23/+21
* Fixed app registry cleanup in app-loading tests.Aymeric Augustin2014-01-051-6/+4
* Fixed test for models in non-installed apps.Aymeric Augustin2014-01-051-1/+11
* Deprecated the app argument of apps.get_models.Aymeric Augustin2013-12-291-3/+0
* Used Apps.clear_cache() in tests that alter the app registry.Aymeric Augustin2013-12-291-1/+1
* Removed the only_installed argument of Apps.get_models.Aymeric Augustin2013-12-281-13/+0
* Changed get_model to raise an exception on errors.Aymeric Augustin2013-12-281-2/+2
* Stopped calling apps.get_model with only_installed=False.Aymeric Augustin2013-12-281-6/+0
* Renamed AppCache to Apps.Aymeric Augustin2013-12-241-13/+13
* Replaced ad-hoc caching of get_models with lru_cache.Aymeric Augustin2013-12-241-1/+1
* Dropped AppCache._empty, _with_app and _without_app.Aymeric Augustin2013-12-231-9/+8
* Refactored INSTALLED_APPS overrides.Aymeric Augustin2013-12-231-20/+0
* Moved apps back in the toplevel django namespace.Aymeric Augustin2013-12-221-2/+2
* Complained on override_settings(INSTALLED_APPS=...).Aymeric Augustin2013-12-221-5/+8
* Deprecated load_app().Aymeric Augustin2013-12-221-19/+16
* Terminated AppCache._populate() with extreme prejudice.Aymeric Augustin2013-12-221-2/+3
* Refactored registration of models.Aymeric Augustin2013-12-221-7/+8
* Deborgified the app cache.Aymeric Augustin2013-12-171-11/+8
* Removed superfluous models.py files.Aymeric Augustin2013-12-171-0/+0
* Moved the new app cache inside core.Aymeric Augustin2013-12-171-2/+2
* Moved list of models inside AppConfig instances.Aymeric Augustin2013-12-171-6/+6
* Removed module-level functions for the app cache.Aymeric Augustin2013-12-171-16/+17
* Removed BaseAppCache.app_store.Aymeric Augustin2013-12-171-2/+0
* Moved django.db.models.loading to django.apps.cache.Aymeric Augustin2013-12-171-1/+1
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-2/+0
* Fixed #21268 -- Fixed E303 pep8 warningsAlasdair Nicol2013-10-181-5/+0
* Fixed #17667 -- Prevented app loading from skipping nonexistent apps after th...Tim Graham2013-08-051-4/+26
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-011-1/+2
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-269-0/+123