philipn/django-rest-framework-filters

Add Python 3.7 support for Complex Ops

Closed this issue · 0 comments

Python 3.7 moved [*] from RFC 2396 to RFC 3986, which adds ~ to the reserved character set. Tests/docs/code need to be updated to ensure that decoding both is handled appropriately. This may be purely a testing issue.