Ticket #4372: add_newline.diff
File add_newline.diff, 586 bytes (added by , 17 years ago) |
---|
-
core/management.py
1138 1138 return 1139 1139 outfile.write('%s error%s found.\n' % (num_errors, num_errors != 1 and 's' or '')) 1140 1140 except ImproperlyConfigured: 1141 outfile.write("Skipping validation because things aren't configured properly. ")1141 outfile.write("Skipping validation because things aren't configured properly.\n") 1142 1142 validate.args = '' 1143 1143 1144 1144 def _check_for_validation_errors(app=None):