diff options
| -rw-r--r-- | django/core/management/commands/loaddata.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/django/core/management/commands/loaddata.py b/django/core/management/commands/loaddata.py index 0912d9aee0..89d195e4cd 100644 --- a/django/core/management/commands/loaddata.py +++ b/django/core/management/commands/loaddata.py @@ -184,10 +184,6 @@ class Command(BaseCommand): if verbosity > 1: print "No %s fixture '%s' in %s." % \ (format, fixture_name, humanize(fixture_dir)) - print e - transaction.rollback() - transaction.leave_transaction_management() - return # If we found even one object in a fixture, we need to reset the # database sequences. |
