diff options
| author | Markus Holtermann <info@markusholtermann.eu> | 2014-12-11 17:52:42 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-12-11 13:28:57 -0500 |
| commit | f446acf8bbd6360fdb5a9d34186c5fadf98282b7 (patch) | |
| tree | e99f6e01c5e203f7ff795e044363652fbe5eb50f /docs | |
| parent | 491bf20d190b88ec64b9e9c6579d0bd165925677 (diff) | |
[1.7.x] Fixed #23956 -- Fixed migration creation for multiple table inheritance
Backport of 44927ba817a4ecf9834d429ff6c86bc5ac961305 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.7.2.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/1.7.2.txt b/docs/releases/1.7.2.txt index 884a5970b1..6a98d43419 100644 --- a/docs/releases/1.7.2.txt +++ b/docs/releases/1.7.2.txt @@ -115,3 +115,7 @@ Bugfixes * Fixed index creation by the migration infrastructure, particularly when dealing with PostgreSQL specific {text|varchar}_pattern_ops indexes (:ticket:`23954`). + +* Fixed bug in ``makemigrations`` that created broken migration files when + dealing with multiple table inheritance and inheriting from more than one + model (:ticket:`23956`). |
