Ticket #2425: 2425.diff
File 2425.diff, 492 bytes (added by , 18 years ago) |
---|
-
management.py
1273 1273 action_mapping[action](args[1:]) 1274 1274 else: 1275 1275 from django.db import models 1276 1277 # make sure that the models are valid 1278 validate() 1279 1276 1280 try: 1277 1281 mod_list = [models.get_app(app_label) for app_label in args[1:]] 1278 1282 except ImportError, e: