AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- update to 1.9.12 * Add support for Django 5 * No longer compatible with assertFormError * pytest fixture now unpatch Django settings after fixture run - Add %{?sle15_python_module_pythons}
- update to 1.9.11: * Add support for official Python & Django versions * Do not insert WebtestAuthentication to the head of DEFAULT_AUTHENTICATION_CLASSES.
- update to 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.
- Remove 01d1d59.patch merged upstream - Update to v1.9.9 * Add Django 4 support * Remove Django 2 support
- Add 01d1d59.patch for Django 4.0 compatibility - Update to 1.9.8: * Add some useful metadata for the project's PyPI listing * Minor changes to documentation * Update getting session in DjangoTestApp. * Remove py27/py35 support