- Drop support for Django 3.x and 4.1 - Add support for Django 5.2
1.9.12
-------------------
- Add support for Django 5
- No longer compatible with assertFormError
- pytest fixture now unpatch Django settings after fixture run
1.9.11
-------------------
- Add support for official Python & Django versions
- Do not insert WebtestAuthentication to the head of DEFAULT_AUTHENTICATION_CLASSES.
1.9.10
-------------------
- Add an optional WebTest backend that does not interfere with handling of permissions by custom backends. Accessible via WEBTEST_AUTHENTICATION_BACKEND setting. Fixed 123