mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 07:25:53 +03:00
[PR #253] Migrate source code to python 3.7 and refine code style #472
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#472
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/retspen/webvirtcloud/pull/253
Author: @knkrth
Created: 9/22/2019
Status: 🔄 Open
Base:
master← Head:master📝 Commits (9)
0e231a9Delete unneed files.a4d74a0Migrate source code to python 3.7 and refine code style3488661Migrate to django 2.2.45130871Rename webvirtcloud to webvirt1a9a140Merge pull request #1 from dropnas/migrate/to/python3586ad30Update template of settings.py1b7d27dMerge pull request #2 from dropnas/migrate/to/python37db8d91Fix on_delete of ForeignKey and OneToOneField for migrationsdd2706eMerge pull request #3 from dropnas/migrate/to/python3📊 Changes
113 files changed (+325 additions, -588 deletions)
View changed files
📝
Dockerfile(+10 -10)➖
Vagrantfile(+0 -53)➖
_config.yml(+0 -1)➖
accounts/admin.py(+0 -3)➖
accounts/backends.py(+0 -13)📝
accounts/migrations/0001_initial.py(+2 -5)📝
accounts/migrations/0002_auto_20150325_0846.py(+0 -3)📝
accounts/migrations/0003_usersshkey.py(+1 -4)📝
accounts/migrations/0004_userattributes.py(+1 -4)📝
accounts/migrations/0004_userinstance_is_vnc.py(+0 -3)📝
accounts/migrations/0005_userattributes_can_clone_instances.py(+0 -3)📝
accounts/migrations/0006_userattributes_max_disk_size.py(+0 -3)📝
accounts/migrations/0007_auto_20160426_0635.py(+0 -3)📝
accounts/migrations/0008_merge.py(+1 -7)📝
accounts/migrations/0009_auto_20171026_0805.py(+0 -3)📝
accounts/migrations/0010_auto_20180625_1236.py(+0 -4)📝
accounts/migrations/0011_auto_20180625_1313.py(+0 -4)📝
accounts/migrations/0012_auto_20180625_1331.py(+0 -4)📝
accounts/migrations/0013_auto_20180625_1358.py(+0 -4)📝
accounts/migrations/0014_auto_20180808_1436.py(+0 -4)...and 80 more files
📄 Description
As of https://github.com/python/devguide/pull/344 there will be no support for python2 anymore after 2020. Can you migrate the source code to python3?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.