diff options
Diffstat (limited to 'docs/releases/4.2.2.txt')
| -rw-r--r-- | docs/releases/4.2.2.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/4.2.2.txt b/docs/releases/4.2.2.txt index 1bada4073b..9b7d6c1b66 100644 --- a/docs/releases/4.2.2.txt +++ b/docs/releases/4.2.2.txt @@ -43,3 +43,7 @@ Bugfixes * Fixed a regression in Django 4.2 that caused a crash of querysets on SQLite when filtering on ``DecimalField`` against values outside of the defined range (:ticket:`34590`). + +* Fixed a regression in Django 4.2 that caused a serialization crash on a + ``ManyToManyField`` without a natural key when its ``Manager``’s base + ``QuerySet`` used ``select_related()`` (:ticket:`34620`). |
