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:
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user