diff options
| author | Maxime Toussaint <maxime.toussaint@tlmgo.com> | 2023-08-31 08:11:03 -0400 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-09-07 12:56:08 +0200 |
| commit | 254df3a3bbc2f4df51f9e2070ab2e214553f67d0 (patch) | |
| tree | 72e696ac792fcd393e387aa151ab81496964a846 /AUTHORS | |
| parent | f333e3513e8bdf5ffeb6eeb63021c230082e6f95 (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-- | AUTHORS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |
