gregplaysguitar / djangocms2000

Flexible Django CMS with edit-in-place capability. Master branch is stable
http://gregbrown.co.nz/code/djangocms2000/
Other
8 stars 8 forks source link

Django 1.5 compat + pip tweak #10

Closed mattdw closed 11 years ago

mattdw commented 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.

brehaut commented 11 years ago

wilson tells me this only fixes the JS templates, not the front end editing.

gregplaysguitar commented 11 years ago

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