mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #25883 -- Fixed admin deletion page summary counts for related objects.
This commit is contained in:
committed by
Tim Graham
parent
a44dc200d0
commit
8ab58b8052
@@ -26,3 +26,6 @@ Bugfixes
|
||||
* Fixed missing ``varchar/text_pattern_ops`` index on ``CharField`` and
|
||||
``TextField`` respectively when using ``AlterField`` on PostgreSQL
|
||||
(:ticket:`25412`).
|
||||
|
||||
* Fixed admin's delete confirmation page's summary counts of related objects
|
||||
(:ticket:`25883`).
|
||||
|
||||
Reference in New Issue
Block a user