[1.9.x] Fixed #25274 --- Made inspectdb handle renamed fields in unique_together.

Backport of 2cb50f935a from master
This commit is contained in:
Jacek Bzdak 2015-11-06 17:29:23 +01:00 committed by Tim Graham
parent e2231075eb
commit 023bf66bff
4 changed files with 27 additions and 9 deletions

View file

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