fhurl
fhurl copied to clipboard
Replaced deprecated request.REQUEST with request.GET
Hello. I just found out that fhurl not able to work with Django 1.9 because of using deprecated request.REQUEST. So I just replaced it with request.GET and it seems working. I`m not expecting that you accept my pull request, but just trying to notify you about problem.
Sorry for my language.
Hey,
Thanks a lot for the pull request. I was going to work on this.
Can you fix the travis issues?
Also GET is not enough for me, at times I get these parameters in POST, and want to honour them.
Can you create some sort or wrapper method that will check in both, first in POST then in GET to get any value?