summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCarl Meyer <carl@oddbird.net>2014-12-11 12:36:13 -0700
committerCarl Meyer <carl@oddbird.net>2014-12-12 13:09:04 -0700
commitf8b4cf4022aae460d7bbfb9510858baf37ae6c15 (patch)
treefafadb4df506cd535c3e8f6ef3794f84bbf01e5d /docs
parentc64286c62b5960387d5e8fc3e28cd37662bda6cb (diff)
[1.7.x] Revert "Fixed #23455 -- Forced related_name to be a unicode string during deconstruction."
This reverts commit 45bd7b3bd9008941580c100b9fc7361e3ff3ff0d. This is a backport of 8aaf51f94c70e3cfcd2c75a0be1b6f55049d82d8 from master.
Diffstat (limited to 'docs')
-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`).