1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Fixed #35426 -- Updated querysets to be a required argument of GenericPrefetch.

This commit is contained in:
sobolevn
2024-05-03 11:40:50 +03:00
committed by Sarah Boyce
parent 32d163e680
commit 9a27c76021
4 changed files with 13 additions and 2 deletions

View File

@@ -30,3 +30,6 @@ Bugfixes
* Fixed a bug in Django 5.0 that caused a migration crash when altering a
``GeneratedField`` referencing a renamed field (:ticket:`35422`).
* Fixed a bug in Django 5.0 where the ``querysets`` argument of
``GenericPrefetch`` was not required (:ticket:`35426`).