fhurl icon indicating copy to clipboard operation
fhurl copied to clipboard

Replaced deprecated request.REQUEST with request.GET

Open struckoff opened this issue 10 years ago • 1 comments

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.

struckoff avatar Dec 21 '15 12:12 struckoff

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?

amitu avatar Dec 21 '15 15:12 amitu