Ticket #3954: loaddata_nocolors.diff
File loaddata_nocolors.diff, 395 bytes (added by , 18 years ago) |
---|
-
django/core/management.py
1318 1318 from django.conf import settings 1319 1319 import sys 1320 1320 1321 disable_termcolors() 1322 1321 1323 # Keep a count of the installed objects and fixtures 1322 1324 count = [0,0] 1323 1325 models = set()