mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #24831 -- Fixed pickling queryset with prefetch_related() after deleting objects.
This commit is contained in:
committed by
Tim Graham
parent
e1e6399c2c
commit
2913d6b77d
@@ -37,3 +37,6 @@ Bugfixes
|
||||
|
||||
* Fixed lack of unique constraint when changing a field from
|
||||
``primary_key=True`` to ``unique=True`` (:ticket:`24893`).
|
||||
|
||||
* Fixed queryset pickling when using ``prefetch_related()`` after deleting
|
||||
objects (:ticket:`24831`).
|
||||
|
||||
Reference in New Issue
Block a user