I have a querydict that looks like the following:
How would I extract
This works for multiple values:
dict(MyDict.lists())
Dict keys are query vars, and dict values are lists of query values.