1
0
mirror of https://github.com/django/django.git synced 2025-10-24 06:06:09 +00:00

Fixed #24701 -- Converted model manager names to unicode in migrations

Thanks to Reto Aebersold for reporting the issue and Tim Graham and
Claude Paroz for the review.
This commit is contained in:
Markus Holtermann
2015-04-25 03:08:23 +02:00
parent 1521861b3c
commit faad6070ee
3 changed files with 16 additions and 6 deletions

View File

@@ -66,6 +66,9 @@ Bugfixes
* Fixed a migration crash when adding new relations to models
(:ticket:`24573`).
* Fixed a migration crash when applying migrations with model managers on
Python 3 that were generated on Python 2 (:ticket:`24701`).
Optimizations
=============