django1/django/contrib
Aymeric Augustin 81354b82bf Stopped calling apps.get_model with only_installed=False.
ContentTypes are only created for installed applications, and I could
make a case for not returning a model that isn't installed any more.
The check for stale ContentTypes in update_contenttypes doesn't use
model_class.

ModelSignal actually needs get_registered_model since the lookup happens
at import time. I took this opportunity to perform a small refactoring.
2013-12-28 20:42:58 +01:00
..
admin Used app_config.verbose_name instead of app_label|capfirst. 2013-12-26 22:58:37 +01:00
admindocs Renamed AppCache to Apps. 2013-12-24 12:25:17 +01:00
auth Removed a few gratuitous lambdas. 2013-12-26 14:03:50 +01:00
comments Made the AppConfig API marginally more consistent. 2013-12-26 19:25:09 +01:00
contenttypes Stopped calling apps.get_model with only_installed=False. 2013-12-28 20:42:58 +01:00
flatpages Imported override_settings from its new location. 2013-12-23 21:37:56 +01:00
formtools Imported override_settings from its new location. 2013-12-23 21:37:56 +01:00
gis Added a missing import and removed an unneeded import 2013-12-24 08:35:13 -08:00
humanize Imported override_settings from its new location. 2013-12-23 21:37:56 +01:00
messages Removed a few gratuitous lambdas. 2013-12-26 14:03:50 +01:00
redirects Renamed AppCache to Apps. 2013-12-24 12:25:17 +01:00
sessions Imported override_settings from its new location. 2013-12-23 21:37:56 +01:00
sitemaps Renamed AppCache to Apps. 2013-12-24 12:25:17 +01:00
sites Imported override_settings from its new location. 2013-12-23 21:37:56 +01:00
staticfiles Renamed AppCache to Apps. 2013-12-24 12:25:17 +01:00
syndication Fixed flake8 E251 violations 2013-11-03 03:22:11 -06:00
webdesign Removed superfluous models.py files. 2013-12-17 11:16:48 +01:00
__init__.py Created django.contrib and moved comments into it 2005-07-14 18:20:03 +00:00