fhurl
fhurl copied to clipboard
Django Form Handler Generic View
Bumps [django](https://github.com/django/django) from 1.11.28 to 2.2.24. Commits 2da029d [2.2.x] Bumped version for 2.2.24 release. f27c38a [2.2.x] Fixed CVE-2021-33571 -- Prevented leading zeros in IPv4 addresses. 053cc95 [2.2.x] Fixed CVE-2021-33203 --...
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....
fhurl sets form.next during processing, this means if a form field is named next, it will be overwritten.