summaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorMaxime Toussaint <maxime.toussaint@tlmgo.com>2023-08-31 08:11:03 -0400
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2023-09-07 12:56:08 +0200
commit254df3a3bbc2f4df51f9e2070ab2e214553f67d0 (patch)
tree72e696ac792fcd393e387aa151ab81496964a846 /AUTHORS
parentf333e3513e8bdf5ffeb6eeb63021c230082e6f95 (diff)
Fixed #34791 -- Fixed incorrect Prefetch()'s cache for singly related objects.
Changed the cache name used for singly related objects to be the to_attr parameter passed to a Prefetch object. This fixes issues with checking if values have already been fetched in cases where the Field already has some prefetched value, but not for the same model attr.
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index b7df889b57..2c922b4ff3 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -682,6 +682,7 @@ answer newbie questions, and generally made Django that much better:
Max Derkachev <mderk@yandex.ru>
Max Smolens <msmolens@gmail.com>
Maxime Lorant <maxime.lorant@gmail.com>
+ Maxime Toussaint <m.toussaint@mail.com>
Maxime Turcotte <maxocub@riseup.net>
Maximilian Merz <django@mxmerz.de>
Maximillian Dornseif <md@hudora.de>