#24950: Add unicode_literals to startapp's template models.py
------------------------------------------------+------------------------
               Reporter:  MarkusH               |          Owner:  nobody
                   Type:  Cleanup/optimization  |         Status:  new
              Component:  Core (Other)          |        Version:  master
               Severity:  Normal                |       Keywords:
           Triage Stage:  Unreviewed            |      Has patch:  0
    Needs documentation:  0                     |    Needs tests:  0
Patch needs improvement:  0                     |  Easy pickings:  1
                  UI/UX:  0                     |
------------------------------------------------+------------------------
 When creating a new app using the `startapp` django-admin command, the
 included `models.py` file does not contain a `from __future__ import
 unicode_literals`. In order to drive the use of unicode forwards we should
 include that line.

--
Ticket URL: <https://code.djangoproject.com/ticket/24950>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/050.5578b984b118fb8825171d4ad3970d18%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to