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
/
proxy_model_inheritance
Age
Commit message (
Expand
)
Author
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-07-23
Removed double spaces after periods and within phrases.
Sarah Boyce
2022-02-22
Removed redundant QuerySet.all() calls in docs and tests.
Nick Pope
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2018-08-16
Removed obsolete TODO in proxy_model_inheritance test.
KUAN Hsuan-Tso
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
2015-10-12
Fixed #23076, #25505 -- Fixed deletion of intermediate proxy models.
Simon Charette
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-18
Removed support for syncing apps without migrations per deprecation timeline.
Tim Graham
2014-10-21
Removed unneeded override_system_checks
Claude Paroz
2014-01-25
Moved sys.path-extending decorator to django.test.utils and used throughout t...
Carl Meyer
2014-01-20
Fixed #16905 -- Added extensible checks (nee validation) framework
Russell Keith-Magee
2013-12-31
Made it possible to change an application's label in its configuration.
Aymeric Augustin
2013-12-23
Dropped AppCache._empty, _with_app and _without_app.
Aymeric Augustin
2013-12-22
Moved apps back in the toplevel django namespace.
Aymeric Augustin
2013-12-22
Improved set_available_apps() in several ways.
Aymeric Augustin
2013-12-22
Expurged INSTALLED_APPS from code and tests.
Aymeric Augustin
2013-12-22
Deprecated load_app().
Aymeric Augustin
2013-12-22
Refactored registration of models.
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
Stored AppConfig objects instead of models modules in the app cache.
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
Fixing E302 Errors
Jason Myers
2013-09-03
Updated syncdb -> migrate in tests.
Tim Graham
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-06-10
Defined available_apps in relevant tests.
Aymeric Augustin
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner