django1/django/contrib
Aymeric Augustin 20d487c27b Replaced Options.object_name.lower() by Options.model_name.
Thanks Simon for the suggestion.

Also removed inappropriate lowercasing of app labels in migrations.
Unlike model names, they are case sensitive.
2013-12-29 18:48:37 +01:00
..
admin Replaced Options.object_name.lower() by Options.model_name. 2013-12-29 18:48:37 +01:00
admindocs Replaced Options.object_name.lower() by Options.model_name. 2013-12-29 18:48:37 +01:00
auth Cleared get_models cache when swapping User model. 2013-12-29 18:25:22 +01:00
comments Changed get_model to raise an exception on errors. 2013-12-28 20:53:00 +01:00
contenttypes Refactored the migration signals to use app configs. 2013-12-29 17:53:42 +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 Changed get_model to raise an exception on errors. 2013-12-28 20:53:00 +01: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 Refactored the migration signals to use app configs. 2013-12-29 17:53:42 +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