Fix bad QueryDict syntax.
Review Request #12002 — Created Jan. 26, 2022 and submitted — Latest diff uploaded
One of our tests mysteriously had a bunch of semicolons in a
QueryDict
. I'm not sure what this was supposed to be doing, but it
doesn't look correct, and was causing errors with new Django.
Ran unit tests.