diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-05-14 11:53:17 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-05-18 18:24:19 +0200 |
| commit | 958cdf65ae90d26236d1815bbba804729595ec7a (patch) | |
| tree | 4fdae4b8c04f4e3852cc418dd54f9ae49bb423cd /docs | |
| parent | a24fed399ced6be2e9dce4cf28db00c3ee21a21c (diff) | |
Fixed #32747 -- Prevented initialization of unused caches.
Thanks Alexander Ebral for the report.
Regression in 98e05ccde440cc9b768952cc10bc8285f4924e1f.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/3.2.4.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/3.2.4.txt b/docs/releases/3.2.4.txt index 068798e6ed..dac726e961 100644 --- a/docs/releases/3.2.4.txt +++ b/docs/releases/3.2.4.txt @@ -15,3 +15,6 @@ Bugfixes * Fixed a bug in Django 3.2 where a system check would crash on an abstract model (:ticket:`32733`). + +* Prevented unnecessary initialization of unused caches following a regression + in Django 3.2 (:ticket:`32747`). |
