The django test client returns bytes, and many of our tests start using it like a string. This was fine in python 2 but not in python3.
The django test client returns bytes, and many of our tests start using it like a string. This was fine in python 2 but not in python3.