Version 5.20.0

This commit is contained in:
Aleksi Häkli 2021-06-29 17:52:56 +03:00 committed by GitHub
parent ac86d4b213
commit 346def46ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)
-------------------