summaryrefslogtreecommitdiff
path: root/docs/releases/1.7.2.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/releases/1.7.2.txt')
-rw-r--r--docs/releases/1.7.2.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/1.7.2.txt b/docs/releases/1.7.2.txt
index df66a505b4..0f1483e18e 100644
--- a/docs/releases/1.7.2.txt
+++ b/docs/releases/1.7.2.txt
@@ -124,3 +124,7 @@ Bugfixes
* Fixed a crash in the admin when using "Save as new" and also deleting a
related inline (:ticket:`23857`).
+
+* Removed auto-conversion of ``related_name`` to unicode in field
+ deconstruction, to maintain consistency of bytes/text in migrations matching
+ the original values (:ticket:`23455` and :ticket:`23982`).