mirror of
https://github.com/django/django.git
synced 2025-09-26 12:09:19 +00:00
Revert "Fixed #23455 -- Forced related_name to be a unicode string during deconstruction."
This reverts commit 45bd7b3bd9
.
This commit is contained in:
parent
df30ae07fc
commit
8aaf51f94c
3 changed files with 7 additions and 15 deletions
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue