summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSergey Fedoseev <fedoseev.sergey@gmail.com>2015-12-10 12:06:01 +0500
committerTim Graham <timograham@gmail.com>2015-12-10 18:09:03 -0500
commit8ab58b80529c5206654c1042a4ddcf2da364f8ec (patch)
tree778448a7ebae6a6e16fba93b27114d3ca69acbb9 /docs
parenta44dc200d0cbd651f66a2082aa9909ff8f51a659 (diff)
Fixed #25883 -- Fixed admin deletion page summary counts for related objects.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.9.1.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.9.1.txt b/docs/releases/1.9.1.txt
index 3c987c3428..60b793f3e9 100644
--- a/docs/releases/1.9.1.txt
+++ b/docs/releases/1.9.1.txt
@@ -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`).