diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2012-11-24 15:26:36 +0800 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2012-11-24 15:27:09 +0800 |
| commit | 8e8f1ddf57f8cc001f2ca3f816eecbc6111edc1c (patch) | |
| tree | c16b304b1a36c939eb533c30957a8b8405c33042 | |
| parent | 2ecf3a9344812ed4e6d1f8ca27238ee574f2e096 (diff) | |
[1.5.x] Removed some stray debug lines introduced accidentally in c8985a8.
Backport of f2d8004.
| -rw-r--r-- | django/core/management/validation.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/django/core/management/validation.py b/django/core/management/validation.py index af15752f0f..c0452c5aa6 100644 --- a/django/core/management/validation.py +++ b/django/core/management/validation.py @@ -35,9 +35,6 @@ def get_validation_errors(outfile, app=None): for (app_name, error) in get_app_errors().items(): e.add(app_name, error) - inc = set(models.get_models(app, include_swapped=True)) - no_inc = set(models.get_models(app)) - for cls in models.get_models(app, include_swapped=True): opts = cls._meta |
