summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2017-12-05 21:11:20 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2017-12-05 22:52:42 +0100
commit1decd0197d241b27d54bb12eca04b7e89a9ccba6 (patch)
tree657bb670845a295e4f59c42d23d662a92e6c6830 /docs
parent3e52fd7595f80ec162fc44798c29399b7e899b9b (diff)
[1.11.x] Refs #28876 -- Fixed incorrect foreign key constraint name for models with quoted db_table.
Thanks Simon Charette and Tim Graham for the review and Carlos E. C. Leite for the report. Backport of fc48047586a8f92262f55d9d2bfb976325844b23 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.11.9.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.11.9.txt b/docs/releases/1.11.9.txt
index c7cca51818..fa480d44bc 100644
--- a/docs/releases/1.11.9.txt
+++ b/docs/releases/1.11.9.txt
@@ -14,3 +14,6 @@ Bugfixes
* Fixed incorrect class-based model index name generation for models with
quoted ``db_table`` (:ticket:`28876`).
+
+* Fixed incorrect foreign key constraint name for models with quoted
+ ``db_table`` (:ticket:`28876`).