Releases: jazzband/django-defender
Releases · jazzband/django-defender
version 0.9.8
What's Changed
- Replace datetime.now with timezone.now by @ericls in #232
- Test on Django 4.2 and Python 3.11 by @marius-mather in #233
- Use redis parse_url method instead of a custom one by @dkr-sahar in #234
- Fix
watch_login
with custom username by @ron8mcr in #228 - Update DEFENDER_REDIS_NAME documentation by @bennylope in #235
- Prevent the "Reverse for 'defender_blocks_view' not found" error by @ataylor32 in #237
- Updated app_index.html by @ataylor32 in #238
- Improved the "Blocked Logins" page's admin integration by @ataylor32 in #239
New Contributors
- @ericls made their first contribution in #232
- @marius-mather made their first contribution in #233
- @dkr-sahar made their first contribution in #234
- @ron8mcr made their first contribution in #228
- @bennylope made their first contribution in #235
- @ataylor32 made their first contribution in #237
Full Changelog: v0.9.7...v0.9.8
Version 0.9.7
Feb 27th 2023
- Fix bug related to using a redis version less than 6 and not having a password. [@kencochrane]-
- Fix bug in remove_prefix method [@dashgin]
Release 0.9.6
Version 0.9.5
- Add username support to Redis configuration. [@erdos4d]
Release 0.9.4
- Remove port number from IP address string when behind reverse proxy [@ndrsn]
Version 0.9.3
- Drop Python 3.6 support from package specifiers.
Version 0.9.2
- Drop Python 3.6 support.
- Drop Django 3.1 support.
- Confirm support for Django 4.0
- Confirm support for Python 3.10
- Drop Django 2.2 support.