samuraisam / django-json-rpc

JSON-RPC Implementation for Django
MIT License
286 stars 83 forks source link

Updated browse.html to be compatible with Django 1.5 #43

Closed jacinda closed 11 years ago

jacinda commented 11 years ago

Django 1.5 deprecates the url tag so browse.html broke when I upgraded.

samuraisam commented 11 years ago

Will this work with 1.3/1.4?

jacinda commented 11 years ago

Yes - I used {% load url from future %} at the top so this will work with 1.3 and 1.4.

samuraisam commented 11 years ago

Sweet

p3k commented 10 years ago

:+1: