django1/django/apps
Aymeric Augustin 334551339d Removed ModelDict.
Its only difference with OrderedDict is that it didn't deepcopy its
keys. However it wasn't used anywhere with models modules as keys, only
as values. So this commit doesn't result in any change in functionality.
2013-12-17 10:17:44 +01:00
..
__init__.py Moved django.db.models.loading to django.apps.cache. 2013-12-17 10:17:43 +01:00
cache.py Removed ModelDict. 2013-12-17 10:17:44 +01:00