diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2024-01-31 16:10:05 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-31 16:10:05 +0100 |
| commit | 38eaf2f21a2398a8dd8444f6df3723898cb5fe2a (patch) | |
| tree | be170d22deda33adef20e6c9d497a1aa98afc66a /docs | |
| parent | d3922e9e5ad045f5408b02216a824f26a50950f0 (diff) | |
Fixed #35159 -- Fixed dumpdata crash when base querysets use prefetch_related().
Regression in 139135627650ed6aaaf4c755b82c3bd43f2b8f51
following deprecation in edbf930287cb72e9afab1f7208c24b1146b0c4ec.
Thanks Andrea F for the report.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/5.0.2.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/5.0.2.txt b/docs/releases/5.0.2.txt index 8e2d648ecc..83f1af7b4f 100644 --- a/docs/releases/5.0.2.txt +++ b/docs/releases/5.0.2.txt @@ -24,3 +24,7 @@ Bugfixes ``FilteredRelation()`` with querysets as right-hand sides (:ticket:`35135`). ``FilteredRelation()`` now raises a ``ValueError`` on querysets as right-hand sides. + +* Fixed a regression in Django 5.0 that caused a crash of the ``dumpdata`` + management command when a base queryset used ``prefetch_related()`` + (:ticket:`35159`). |
