Olivér Kecskeméty
Olivér Kecskeméty
- Add support for Django 4.0 (fixes #153) - Add support for Python 3.10 - Drop support for Django 2.2, 3.0, 3.1 - Drop support for Python 3.6 - Fix...
If I saw it correctly, Travic-CI no longer provides free plan for open source projects and the workflow did not run on the latest commits either. I created a similar...
This PR fixes two potential problem: - Currently `message` only got extracted from an exception if the exception is not an `AuthException` or `LOG_AUTH_EXCEPTIONS` is set to `True`. I guess...
Fixes #333 and resolves #334.
Split from: https://github.com/revsys/django-health-check/pull/397 There are already two PRs for this (https://github.com/revsys/django-health-check/pull/359, https://github.com/revsys/django-health-check/pull/383) but as they are conflicting with master right now I included it here to avoid the anoying warnings....
As https://github.com/revsys/django-health-check/pull/397 is conflicting I'm splitting it into 2 new PRs. In this one I'm removing all no more officially supported Django versions.