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

Make compatible with Django3 & Python3 #10

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

Conversation

sousatg
Copy link

@sousatg sousatg commented Oct 15, 2021

Add migrations
Fix issues from Django1 to Django3
Fix issues from Python2 to Python3

Django3 has a compatibility issue, in order to fix it it's recomended to replace django.utils with
six
Python2 allowed dictionary size change in iteration, to allow that in Python3 we need to wrap it in
list()
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.

1 participant