mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Capitalized Unicode in docs, strings, and comments.
This commit is contained in:
committed by
Mariusz Felisiak
parent
3152146e3a
commit
505fec6bad
@@ -125,7 +125,7 @@ Bugfixes
|
||||
* Fixed a crash in the admin when using "Save as new" and also deleting a
|
||||
related inline (:ticket:`23857`).
|
||||
|
||||
* Always converted ``related_name`` to text (unicode), since that is required
|
||||
* Always converted ``related_name`` to text (Unicode), since that is required
|
||||
on Python 3 for interpolation. Removed conversion of ``related_name`` to text
|
||||
in migration deconstruction (:ticket:`23455` and :ticket:`23982`).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user