mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #25909 -- Added unicode_literals import to apps.py generated by startapp.
This commit is contained in:
@@ -29,3 +29,8 @@ Bugfixes
|
||||
|
||||
* Fixed admin's delete confirmation page's summary counts of related objects
|
||||
(:ticket:`25883`).
|
||||
|
||||
* Added ``from __future__ import unicode_literals`` to the default ``apps.py``
|
||||
created by ``startapp`` on Python 2 (:ticket:`25909`). Add this line to your
|
||||
own ``apps.py`` files created using Django 1.9 if you want your migrations
|
||||
to work on both Python 2 and Python 3.
|
||||
|
||||
Reference in New Issue
Block a user