1
0
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:
Sergey Fedoseev
2015-12-10 12:06:01 +05:00
committed by Tim Graham
parent a44dc200d0
commit 8ab58b8052
4 changed files with 11 additions and 5 deletions

View File

@@ -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`).