mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Version 5.20.0
This commit is contained in:
parent
ac86d4b213
commit
346def46ab
1 changed files with 9 additions and 0 deletions
|
|
@ -3,6 +3,15 @@ Changes
|
|||
=======
|
||||
|
||||
|
||||
5.20.0 (2021-06-29)
|
||||
-------------------
|
||||
|
||||
- Improve race condition handling in e.g. multi-process environments by using
|
||||
[``get_or_create``](https://docs.djangoproject.com/en/dev/ref/models/querysets/#get-or-create)
|
||||
method for access attempt fetching and updates.
|
||||
[uli-klank]
|
||||
|
||||
|
||||
5.19.0 (2021-06-16)
|
||||
-------------------
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue