Remove value from GET dictionary and redirect to new URL
- by 47
I want to have a view in my app that allows the user to remove one of many filters from the GET list, then redirect using the remaining variables in the list. How can I achieve this?