In this commit, it removes an the load url from future line for the browse.html template because it breaks with django 1.9
However, the fix was pulled in without a matching version bump and updated requirements, nor the updated code is published to PyPI.
Can we get a quick version bump, tightening of the Django requirements so that people who wish to stay on django < 1.9 would not pick up on that change and have it published to PyPI?
https://github.com/samuraisam/django-json-rpc/commit/6d864e18335ecf8856576c467c18f0bb9456c7fb#diff-41ad3d7e8cff8b6ffc4831172a6c04fd
In this commit, it removes an the load url from future line for the browse.html template because it breaks with django 1.9
However, the fix was pulled in without a matching version bump and updated requirements, nor the updated code is published to PyPI.
Can we get a quick version bump, tightening of the Django requirements so that people who wish to stay on django < 1.9 would not pick up on that change and have it published to PyPI?