Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/proxy_model_inheritance
Commit message (Expand)AuthorAgeFilesLines
* Fixed #23076, #25505 -- Fixed deletion of intermediate pr...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 d...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 a...Carl Meyer2014-01-261-15/+8
* Fixed #16905 -- Added extensible checks (nee validation) ...Russell Keith-Magee2014-01-201-0/+4
* Made it possible to change an application's label in its ...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...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-031-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