Closed mattdw closed 11 years ago
The main fix here is the {% url %} call which now needs a quoted arg (standard in Django 1.5). Not sure how you want to handle it for pre 1.5s – maybe it should have a {% load url from future %} for backward compatibility.
wilson tells me this only fixes the JS templates, not the front end editing.
I've applied this to all url tags, and added {% from url import future %} so it doesn't break older versions - tagged as v1.0.5
The main fix here is the {% url %} call which now needs a quoted arg (standard in Django 1.5). Not sure how you want to handle it for pre 1.5s – maybe it should have a {% load url from future %} for backward compatibility.