mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Version 6.0.0b3
This commit is contained in:
parent
8386f30dbb
commit
9b7b1e6aac
1 changed files with 8 additions and 1 deletions
|
|
@ -3,6 +3,13 @@ Changes
|
|||
=======
|
||||
|
||||
|
||||
6.0.0b3 (2023-05-01)
|
||||
--------------------
|
||||
|
||||
- Use Django ``cache.incr`` API for atomic cached failure counting
|
||||
[hirotasoshu, aleksihakli]
|
||||
|
||||
|
||||
6.0.0b2 (2023-04-28)
|
||||
--------------------
|
||||
|
||||
|
|
@ -114,7 +121,7 @@ Changes
|
|||
5.32.0 (2022-04-08)
|
||||
-------------------
|
||||
|
||||
- Add support for persistent failure logging
|
||||
- Add support for persistent logging
|
||||
where failed login attempts are persisted in the database
|
||||
until a specific threshold is reached.
|
||||
[p1-gdd]
|
||||
|
|
|
|||
Loading…
Reference in a new issue