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

Commits on Aug 16, 2019

  1. Delete unneed files.

    tolbkni committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    0e231a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4d74a0 View commit details
    Browse the repository at this point in the history
  3. Migrate to django 2.2.4

    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.
    tolbkni committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    3488661 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5130871 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2019

  1. Merge pull request #1 from dropnas/migrate/to/python3

    Migrate to python3 and django 2.x
    tolbkni authored Aug 18, 2019
    Configuration menu
    Copy the full SHA
    1a9a140 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2019

  1. Configuration menu
    Copy the full SHA
    586ad30 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from dropnas/migrate/to/python3

    Update template of settings.py
    tolbkni authored Aug 19, 2019
    Configuration menu
    Copy the full SHA
    1b7d27d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7db8d91 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3 from dropnas/migrate/to/python3

    Fix on_delete of ForeignKey and OneToOneField for migrations
    tolbkni authored Aug 19, 2019
    Configuration menu
    Copy the full SHA
    dd2706e View commit details
    Browse the repository at this point in the history