summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJacek Bzdak <jbzdak@gmail.com>2015-11-06 17:29:23 +0100
committerTim Graham <timograham@gmail.com>2015-11-25 13:07:00 -0500
commit2cb50f935aa70e91dd6c2f253becd636a2eb6fb7 (patch)
tree24f8855dadd556defaf26c04eb00afbcc9fcd992 /docs
parentec202eff84dc56b408f43187e357077521641362 (diff)
Fixed #25274 --- Made inspectdb handle renamed fields in unique_together.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.8.8.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/1.8.8.txt b/docs/releases/1.8.8.txt
index a24efc00aa..1c4b659782 100644
--- a/docs/releases/1.8.8.txt
+++ b/docs/releases/1.8.8.txt
@@ -9,4 +9,5 @@ Django 1.8.8 fixes several bugs in 1.8.7.
Bugfixes
========
-* ...
+* Fixed incorrect ``unique_together`` field name generation by ``inspectdb``
+ (:ticket:`25274`).