Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Django 3.0 support #25

Open
glanzel opened this issue Mar 12, 2020 · 3 comments
Open

Django 3.0 support #25

glanzel opened this issue Mar 12, 2020 · 3 comments

Comments

@glanzel
Copy link

glanzel commented Mar 12, 2020

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.

@opencoca
Copy link

opencoca commented Dec 4, 2020

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
Copy link

opencoca commented Dec 4, 2020

Please see and approve #26

@opencoca
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants