diff options
| author | Sergey Fedoseev <fedoseev.sergey@gmail.com> | 2014-09-17 11:34:10 +0600 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-09-23 10:03:37 -0400 |
| commit | 463952d94014ac2ea70a96828ddbf1330b504fc7 (patch) | |
| tree | 52716d2a177c77419754fe14ed3d221a46886164 /docs | |
| parent | 83cd18633fb13924d8a50a1cd4ed21cb9552a635 (diff) | |
Fixed #23503 -- Fixed renaming of model with self-referential m2m field.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.7.1.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.7.1.txt b/docs/releases/1.7.1.txt index ff8228103d..aa7d7f90a0 100644 --- a/docs/releases/1.7.1.txt +++ b/docs/releases/1.7.1.txt @@ -58,3 +58,6 @@ Bugfixes * Added quoting of constraint names in the SQL generated by migrations to prevent crash with uppercase characters in the name (:ticket:`23065`). + +* Fixed renaming of models with a self-referential many-to-many field + (``ManyToManyField('self')``) (:ticket:`23503`). |
