From 76a052b664558fc5568a8d4650341ce6834943cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksi=20H=C3=A4kli?= Date: Tue, 29 Jun 2021 17:53:23 +0300 Subject: [PATCH] Version 5.20.0 --- CHANGES.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 781e460..599b4a1 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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]