#29632: After migrating a Django project from Python 2 to 3, db migration of
django.contrib.sites fails with "TypeError: attribute name must be string,
not 'bytes'"
-------------------------------------+-------------------------------------
     Reporter:  Florian Mayer        |                    Owner:  nobody
         Type:  Bug                  |                   Status:  closed
    Component:  Migrations           |                  Version:  master
     Severity:  Normal               |               Resolution:  needsinfo
     Keywords:  migration, unicode,  |             Triage Stage:
  bytestring, TypeError              |  Unreviewed
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  1                    |                    UI/UX:  0
-------------------------------------+-------------------------------------

Comment (by Tim Graham):

 There are similar issues like #24949 that are closed as wontfix because
 Django dropped support for Python 2 since Django 2.0. My guess is that you
 have some other migration with a bytestring that you need to fix. It
 doesn't make sense to patch Django to handle these mistakes at this point.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/29632#comment:3>
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/066.6856460264bf787ae2eb21ddfffc2f2c%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to