revsys / django-test-plus

Useful additions to Django's default TestCase
https://django-test-plus.readthedocs.io
BSD 3-Clause "New" or "Revised" License
612 stars 62 forks source link

Revert `APITestCase` defaulting to JSON format. #208

Closed KaczuH closed 3 months ago

KaczuH commented 1 year ago

It's an attempt to fix bug reported in #205 It's been introduced in #190

I've looked into it. Changes i've introduced:

All changes are explained in commit messages.

All nox tests pass locally.