thadeusb/flask-cache

Use request.full_path instead of path to include query parameters

vitriol opened this issue · 1 comments

Is there any reason why full_path is not used atm, seems to be a hindrance when dealing with views that include query parameters.

Check #104 for some ways to get around this