parsers.py
6.01 KB
-
Returning the dict from `parse_qs` in `FormParser` fails on forms. · a848923a
Use `QueryDict` instead to return a value that is compatible with forms.
Alen Mujezinovic committed
Use `QueryDict` instead to return a value that is compatible with forms.