django-baker icon indicating copy to clipboard operation
django-baker copied to clipboard

Django 3.0 support

Open glanzel opened this issue 4 years ago • 3 comments

I had this error:

File "/home/username/.local/lib/python3.7/site-packages/django_baker/bakery.py", line 10, in <module>
    from django.utils.six import iteritems
ModuleNotFoundError: No module named 'django.utils.six'

i changed it into from six import iteritems and now it works.

glanzel avatar Mar 12 '20 00:03 glanzel

Can confirm that this fixes things.

Also in admin.py from django.core.exceptions import FieldDoesNotExistneeds to replace from jango.db.models.fields import FieldDoesNotExist

opencoca avatar Dec 04 '20 15:12 opencoca

Please see and approve https://github.com/krisfields/django-baker/pull/26

opencoca avatar Dec 04 '20 17:12 opencoca

I've taken to reviewing pull requests to @krisfields django-baker and mannually mirroring them to my https://github.com/opencoca/django-baker

opencoca avatar Sep 28 '21 16:09 opencoca