index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
app_loading
Age
Commit message (
Expand
)
Author
2023-12-31
Used addCleanup() in tests where appropriate.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2017-01-20
Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.
Tim Graham
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-01-29
Refs #26022 -- Replaced six.assertRaisesRegex with assertRaisesMessage as app...
Hasan
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-05-20
Refs #24652 -- Used SimpleTestCase where appropriate.
Simon Charette
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-01-25
Moved sys.path-extending decorator to django.test.utils and used throughout t...
Carl Meyer
2014-01-05
Fixed app registry cleanup in app-loading tests.
Aymeric Augustin
2014-01-05
Fixed test for models in non-installed apps.
Aymeric Augustin
2013-12-29
Deprecated the app argument of apps.get_models.
Aymeric Augustin
2013-12-29
Used Apps.clear_cache() in tests that alter the app registry.
Aymeric Augustin
2013-12-28
Removed the only_installed argument of Apps.get_models.
Aymeric Augustin
2013-12-28
Changed get_model to raise an exception on errors.
Aymeric Augustin
2013-12-28
Stopped calling apps.get_model with only_installed=False.
Aymeric Augustin
2013-12-24
Renamed AppCache to Apps.
Aymeric Augustin
2013-12-24
Replaced ad-hoc caching of get_models with lru_cache.
Aymeric Augustin
2013-12-23
Dropped AppCache._empty, _with_app and _without_app.
Aymeric Augustin
2013-12-23
Refactored INSTALLED_APPS overrides.
Aymeric Augustin
2013-12-22
Moved apps back in the toplevel django namespace.
Aymeric Augustin
2013-12-22
Complained on override_settings(INSTALLED_APPS=...).
Aymeric Augustin
2013-12-22
Deprecated load_app().
Aymeric Augustin
2013-12-22
Terminated AppCache._populate() with extreme prejudice.
Aymeric Augustin
2013-12-22
Refactored registration of models.
Aymeric Augustin
2013-12-17
Deborgified the app cache.
Aymeric Augustin
2013-12-17
Removed superfluous models.py files.
Aymeric Augustin
2013-12-17
Moved the new app cache inside core.
Aymeric Augustin
2013-12-17
Moved list of models inside AppConfig instances.
Aymeric Augustin
2013-12-17
Removed module-level functions for the app cache.
Aymeric Augustin
2013-12-17
Removed BaseAppCache.app_store.
Aymeric Augustin
2013-12-17
Moved django.db.models.loading to django.apps.cache.
Aymeric Augustin
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-10-18
Fixed #21268 -- Fixed E303 pep8 warnings
Alasdair Nicol
2013-08-05
Fixed #17667 -- Prevented app loading from skipping nonexistent apps after th...
Tim Graham
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-07-01
Stopped using django.utils.unittest in the test suite.
Aymeric Augustin
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner