Changeset 7679
- Timestamp:
- 06/17/08 08:58:19 (5 months ago)
- Files:
-
- django/trunk/django/db/models/loading.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/django/db/models/loading.py
r6087 r7679 158 158 for model in models: 159 159 # Store as 'name: model' pair in a dictionary 160 # in the _app_models dictionary160 # in the app_models dictionary 161 161 model_name = model._meta.object_name.lower() 162 162 model_dict = self.app_models.setdefault(app_label, {})
