thadeusb / flask-cache

Cache extension for Flask
http://packages.python.org/Flask-Cache/
Other
697 stars 185 forks source link

Use request.full_path instead of path to include query parameters #146

Open vitriol opened 8 years ago

vitriol commented 8 years ago

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

lucasnad27 commented 5 years ago

Check #104 for some ways to get around this