diff options
| author | Markus Holtermann <info@markusholtermann.eu> | 2014-11-17 19:04:38 +0100 |
|---|---|---|
| committer | Markus Holtermann <info@markusholtermann.eu> | 2014-11-17 19:15:07 +0100 |
| commit | 7b4a994599b75a07cb07d1e0cc26b3bbf25ab7a6 (patch) | |
| tree | e723466b7fc76e7be8a8439cfc2101e73d8cba36 /docs | |
| parent | 19ae13d9ed76208b29bb40aec1bfff8196aa7331 (diff) | |
Fixed #23859 -- Fixed a migration crash when a field is renamed that is part of an index_together
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.7.2.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.7.2.txt b/docs/releases/1.7.2.txt index 976210367d..8420b5b303 100644 --- a/docs/releases/1.7.2.txt +++ b/docs/releases/1.7.2.txt @@ -59,3 +59,6 @@ Bugfixes * Fixed a custom field type validation error with MySQL backend when ``db_type`` returned ``None`` (:ticket:`23761`). + +* Fixed a migration crash when a field is renamed that is part of an + ``index_together`` (:ticket:`23859`). |
