Version 5.20.0

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

View file

@ -7,8 +7,7 @@ Changes
-------------------
- 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.
``get_or_create`` for access attempt fetching and updates.
[uli-klank]