Commit 8feefca2 by Patrick Altman

fixed external_urls bug when force flag is used

parent 40727e03
......@@ -46,7 +46,7 @@ class Command(NoArgsCommand):
print len(msg) * '-'
print "Version: %s" % version
if force or u:
if (force or u) and 'external_urls' not in js:
filter_js(js, verbosity)
if (force or u) or verbosity >= 2:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment