mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #35198 -- Fixed facet filters crash on querysets with no primary key.
Thanks Simon Alef for the report.
Regression in 868e2fcdda.
This commit is contained in:
committed by
Mariusz Felisiak
parent
3cb1ba50cc
commit
a738281265
@@ -29,3 +29,6 @@ Bugfixes
|
||||
* Fixed a regression in Django 5.0 that caused a crash when reloading a test
|
||||
database and a base queryset for a base manager used ``prefetch_related()``
|
||||
(:ticket:`35238`).
|
||||
|
||||
* Fixed a bug in Django 5.0 where facet filters in the admin would crash on a
|
||||
``SimpleListFilter`` using a queryset without primary keys (:ticket:`35198`).
|
||||
|
||||
Reference in New Issue
Block a user