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

Migrate source code to python 3.7 and refine code style #253

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

Migrate source code to python 3.7 and refine code style #253

wants to merge 9 commits into from

Conversation

knkrth
Copy link

@knkrth knkrth commented Sep 22, 2019

As of python/devguide#344 there will be no support for python2 anymore after 2020. Can you migrate the source code to python3?

The django.core.urlresolvers module is removed in favor of its new location, django.urls.
The on_delete argument for ForeignKey and OneToOneField is required in models and migrations.
Migrate to python3 and django 2.x
Fix on_delete of ForeignKey and OneToOneField for migrations
@catborise
Copy link
Collaborator

@retspen may be we can accept it as a new branch like version 1.5

@retspen
Copy link
Owner

retspen commented Oct 22, 2019

It is huge update I think. We have to test qualitatively. If will be no problems I will merge the pull request.

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