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

These changes make it so Baker working with django 3.0 #26

Open
wants to merge 18 commits into
base: master
Choose a base branch
from

Conversation

opencoca
Copy link

@opencoca opencoca commented Dec 4, 2020

No description provided.

BarisSari and others added 3 commits January 22, 2019 16:24
from jango.db.models.fields import FieldDoesNotExist does not work with Django 3.0 instead import from django.core.exceptions
Django 3 doesn't support 'django.utils.six' instead direct import from six
opencoca added a commit to opencoca/lt2d_school_admin that referenced this pull request Dec 4, 2020
@opencoca opencoca mentioned this pull request Dec 4, 2020
timgates42 and others added 8 commits August 4, 2021 06:37
There is a small typo in README.rst.

Should read `override` rather than `ovverride`.
docs: fix simple typo, ovverride -> override
mark_safe is added to create links between tables.
…ns and six (#3)

* Update FieldDoesNotExist in admin.py

FieldDoesNotExist is now located under django.core.exceptions.
Therefor the from import had to be updated.

* Update six in baker.py

six has changed in the meantime therefore the from import had to be updated.

Co-authored-by: Ramin-Shemirani <[email protected]>
@krisfields
Copy link
Owner

I really don't have the time to look through these pull requests anymore. It seems like you might.
Would you be interested in taking over this project entirely?

@opencoca
Copy link
Author

opencoca commented Nov 9, 2021

@krisfields Yes I would be happy to. I use baker quite a bit in my projects.

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

Successfully merging this pull request may close these issues.

4 participants