summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSimon Charette <charette.s@gmail.com>2015-11-20 14:18:47 -0500
committerSimon Charette <charette.s@gmail.com>2015-11-22 23:07:30 -0500
commit7c3ef19978b36b61db88a519f799f1ce8d019679 (patch)
tree57bbdc2a312a6d0d685d767bb0473387cdbe9a37 /docs
parent2179e5a2bcf42fc902eff4d586756665b9ac8f42 (diff)
[1.8.x] Fixed #25685 -- Fixed a duplicate query regression on deletion of proxied models.
Thanks to Trac alias ppetrid for the report and Tim for the review.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.8.7.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.8.7.txt b/docs/releases/1.8.7.txt
index 8ffae59b21..df0ff41159 100644
--- a/docs/releases/1.8.7.txt
+++ b/docs/releases/1.8.7.txt
@@ -39,3 +39,6 @@ Bugfixes
* Fixed ``Model.refresh_from_db()`` updating of ``ForeignKey`` fields with
``on_delete=models.SET_NULL`` (:ticket:`25715`).
+
+* Fixed a duplicate query regression in 1.8 on proxied model deletion
+ (:ticket:`25685`).