samuraisam / django-json-rpc

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

django-json-rpc should be bumped to 0.7.3 and requires django>=1.9.0 #83

Open calyth opened 8 years ago

calyth commented 8 years ago

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?

samuraisam commented 8 years ago

sure can you please make a pull request?

calyth commented 8 years ago

https://github.com/samuraisam/django-json-rpc/pull/85

Sorry for being late in getting back to you.