summaryrefslogtreecommitdiff
path: root/django/core/apps.py
Commit message (Expand)AuthorAgeFilesLines
* [soc2010/app-loading] update get_app/get_apps testsArthur Koziel2010-09-121-1/+1
* [soc2010/app-loading] update testsArthur Koziel2010-09-121-14/+8
* [soc2010/app-loading] implement APP_CLASSES settingArthur Koziel2010-09-121-21/+18
* [soc2010/app-loading] check if there is more than one app with the same db_pr...Arthur Koziel2010-08-161-1/+10
* [soc2010/app-loading] use the db_prefix attribute to create database tablesArthur Koziel2010-08-151-1/+2
* [soc2010/app-loading] added verbose_name to app instance and modified admin t...Arthur Koziel2010-08-151-1/+8
* [soc2010/app-loading] register models als unbound if the cache is not initial...Arthur Koziel2010-08-141-20/+34
* [soc2010/app-loading] store normalized version of INSTALLED_APPS in appcacheArthur Koziel2010-08-111-0/+7
* [soc2010/app-loading] raise ImproperlyConfigured when trying to register mode...Arthur Koziel2010-08-111-11/+4
* [soc2010/app-loading] load custom models if specified with models_path attributeArthur Koziel2010-08-111-5/+9
* [soc2010/app-loading] use app label instead of fqnArthur Koziel2010-08-101-17/+10
* [soc2010/app-loading] re-adding files after failed dcommitArthur Koziel2010-08-061-5/+292
* [soc2010/app-loading] removed app_errors attributeArthur Koziel2010-08-061-1/+2
* [soc2010/app-loading] save models in app; adjust get_model/get_modelsArthur Koziel2010-06-281-6/+8
* added dummy App class and track instancesArthur Koziel2010-06-221-0/+9