summaryrefslogtreecommitdiff
path: root/tests/proxy_model_inheritance
Commit message (Expand)AuthorAgeFilesLines
* Removed redundant QuerySet.all() calls in docs and tests.Nick Pope2022-02-221-2/+2
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-072-5/+7
* Removed obsolete TODO in proxy_model_inheritance test.KUAN Hsuan-Tso2018-08-161-1/+0
* 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
* Fixed #23076, #25505 -- Fixed deletion of intermediate proxy models.Simon Charette2015-10-122-1/+14
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-2/+3
* Removed support for syncing apps without migrations per deprecation timeline.Tim Graham2015-01-181-1/+1
* Removed unneeded override_system_checksClaude Paroz2014-10-211-4/+1
* Moved sys.path-extending decorator to django.test.utils and used throughout t...Carl Meyer2014-01-251-15/+8
* Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee2014-01-201-0/+4
* Made it possible to change an application's label in its configuration.Aymeric Augustin2013-12-311-3/+3
* Dropped AppCache._empty, _with_app and _without_app.Aymeric Augustin2013-12-231-2/+1
* Moved apps back in the toplevel django namespace.Aymeric Augustin2013-12-221-1/+1
* Improved set_available_apps() in several ways.Aymeric Augustin2013-12-221-4/+1
* Expurged INSTALLED_APPS from code and tests.Aymeric Augustin2013-12-221-10/+8
* Deprecated load_app().Aymeric Augustin2013-12-221-15/+6
* Refactored registration of models.Aymeric Augustin2013-12-221-0/+2
* Moved the new app cache inside core.Aymeric Augustin2013-12-171-1/+1
* Moved list of models inside AppConfig instances.Aymeric Augustin2013-12-171-2/+0
* Stored AppConfig objects instead of models modules in the app cache.Aymeric Augustin2013-12-171-2/+2
* Removed module-level functions for the app cache.Aymeric Augustin2013-12-171-8/+8
* 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
* Fixing E302 ErrorsJason Myers2013-11-021-0/+2
* Updated syncdb -> migrate in tests.Tim Graham2013-09-031-3/+3
* Removed most of absolute_import importsClaude Paroz2013-07-292-3/+1
* Defined available_apps in relevant tests.Aymeric Augustin2013-06-101-1/+7
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-267-0/+88