mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 23:45:56 +03:00
[PR #308] [MERGED] Django2 & Python3 Migrate #492
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#492
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/308
Author: @catborise
Created: 4/17/2020
Status: ✅ Merged
Merged: 4/20/2020
Merged by: @retspen
Base:
master← Head:master📝 Commits (9)
4d40de1Python3 & Django 2.2 Migration - Fix & Updatesd515630fix hostname for user instance list9926edffix hostname for user quota connectionf9b8378update django 2.2.10 to 2.2.12d3de4bbchange statements python -> python36aa6ea0change libguestfs version python3f37d660create admin user while migrating52c856cadd show/hide bottom bar option in instance details2a490ccMerge branch 'master' into master📊 Changes
102 files changed (+1564 additions, -6669 deletions)
View changed files
📝
.gitignore(+1 -0)📝
.travis.yml(+2 -2)📝
Dockerfile(+5 -5)📝
README.md(+34 -22)📝
Vagrantfile(+9 -8)📝
accounts/forms.py(+2 -1)📝
accounts/migrations/0001_initial.py(+32 -10)📝
accounts/migrations/0002_addAdmin.py(+2 -5)➖
accounts/migrations/0003_usersshkey.py(+0 -25)➖
accounts/migrations/0004_userattributes.py(+0 -26)➖
accounts/migrations/0004_userinstance_is_vnc.py(+0 -19)➖
accounts/migrations/0005_userattributes_can_clone_instances.py(+0 -19)➖
accounts/migrations/0006_userattributes_max_disk_size.py(+0 -19)➖
accounts/migrations/0007_auto_20160426_0635.py(+0 -34)➖
accounts/migrations/0008_merge.py(+0 -15)➖
accounts/migrations/0009_auto_20171026_0805.py(+0 -19)➖
accounts/migrations/0010_auto_20180625_1236.py(+0 -35)➖
accounts/migrations/0011_auto_20180625_1313.py(+0 -36)➖
accounts/migrations/0012_auto_20180625_1331.py(+0 -37)➖
accounts/migrations/0013_auto_20180625_1358.py(+0 -37)...and 80 more files
📄 Description
Hi retspen,
i did upgrade to python3 and django2. it seems to work. i tested. some others too.
would you mind to merge?
or it could be a different branch?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.