Fix bad QueryDict syntax.

Review Request #12002 — Created Jan. 26, 2022 and submitted — Latest diff uploaded

Information

Djblets
release-3.x

Reviewers

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.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Fix bad QueryDict syntax.
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. Testing Done: Ran unit tests.
7fa3e505d859d38478614771b95d5086ac447d73 David Trowbridge
djblets/util/tests/test_djblets_utils_tags.py
Loading...