summaryrefslogtreecommitdiff
path: root/docs/releases/4.0.txt
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2021-07-08 06:51:10 +0200
committerGitHub <noreply@github.com>2021-07-08 06:51:10 +0200
commit77b88fe621bb7828535a4c4cf37d9d4ac01b146b (patch)
tree6e6f6db794e0ef0707a28426be5d54e5a76ca339 /docs/releases/4.0.txt
parent5013798fe9a87b693ddb5589a8a408a04a873781 (diff)
downloaddjango-77b88fe621bb7828535a4c4cf37d9d4ac01b146b.tar.gz
Fixed #32908 -- Allowed select_for_update(skip_locked) on MariaDB 10.6+.
Diffstat (limited to 'docs/releases/4.0.txt')
-rw-r--r--docs/releases/4.0.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/4.0.txt b/docs/releases/4.0.txt
index bc8e1639c8..4c0efc236f 100644
--- a/docs/releases/4.0.txt
+++ b/docs/releases/4.0.txt
@@ -274,6 +274,9 @@ Models
* The new :attr:`.Aggregate.empty_aggregate_value` attribute allows specifying
a value to return when the aggregation is used over an empty result set.
+* The ``skip_locked`` argument of :meth:`.QuerySet.select_for_update()` is now
+ allowed on MariaDB 10.6+.
+
Requests and Responses
~~~~~~~~~~~~~~~~~~~~~~