Ticket #7043: loaddata.diff
File loaddata.diff, 618 bytes (added by , 17 years ago) |
---|
-
django/core/management/commands/loaddata.py
133 133 transaction.leave_transaction_management() 134 134 135 135 if object_count == 0: 136 if verbosity >= 2: 137 print "No fixtures found." 136 print "No fixtures found." 138 137 else: 139 138 if verbosity > 0: 140 139 print "Installed %d object(s) from %d fixture(s)" % (object_count, fixture_count)