hovel / imagestore

Django gallery solution.
BSD 3-Clause "New" or "Revised" License
164 stars 72 forks source link

Deprecated syntax #8

Closed jbsilva closed 11 years ago

jbsilva commented 12 years ago

That's not really a issue, but you should be aware that the syntax changed in Django 1.4

Now you have to quote constants. {% url imagestore:upload %} soud be {% url "imagestore:upload" %} for example.

GeyseR commented 11 years ago

fixed in https://github.com/hovel/imagestore/commit/f0b9aa0e5aeafd79449f1e097d8d0c1a2696de39