Updated upgrade script to no longer change url_for that don't need to be changed

This commit is contained in:
Armin Ronacher 2011-06-27 01:04:18 +02:00
parent 874079bffe
commit 85efa3f895
3 changed files with 59 additions and 18 deletions

View file

@ -1 +1,2 @@
{{ url_for('static', filename='test.css') }}
{{ url_for('foo.static', filename='test.css') }}