[PR #308] [MERGED] Django2 & Python3 Migrate #492

Closed
opened 2026-02-27 15:58:54 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: master


📝 Commits (9)

  • 4d40de1 Python3 & Django 2.2 Migration - Fix & Updates
  • d515630 fix hostname for user instance list
  • 9926edf fix hostname for user quota connection
  • f9b8378 update django 2.2.10 to 2.2.12
  • d3de4bb change statements python -> python3
  • 6aa6ea0 change libguestfs version python3
  • f37d660 create admin user while migrating
  • 52c856c add show/hide bottom bar option in instance details
  • 2a490cc Merge 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.

## 📋 Pull Request Information **Original PR:** https://github.com/retspen/webvirtcloud/pull/308 **Author:** [@catborise](https://github.com/catborise) **Created:** 4/17/2020 **Status:** ✅ Merged **Merged:** 4/20/2020 **Merged by:** [@retspen](https://github.com/retspen) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (9) - [`4d40de1`](https://github.com/retspen/webvirtcloud/commit/4d40de1b558c183afd8214f6ebbc394b161915a9) Python3 & Django 2.2 Migration - Fix & Updates - [`d515630`](https://github.com/retspen/webvirtcloud/commit/d5156303ee702658b411e9b033bf33b282a5fbea) fix hostname for user instance list - [`9926edf`](https://github.com/retspen/webvirtcloud/commit/9926edf208fb8d019eb673c6d7d41b3a76bf96c7) fix hostname for user quota connection - [`f9b8378`](https://github.com/retspen/webvirtcloud/commit/f9b837841cd1ed9461b826d1d44acda3ebb1b872) update django 2.2.10 to 2.2.12 - [`d3de4bb`](https://github.com/retspen/webvirtcloud/commit/d3de4bbc30be1efd29c86306b9dcb206f1b3d082) change statements python -> python3 - [`6aa6ea0`](https://github.com/retspen/webvirtcloud/commit/6aa6ea0817f3d0af9c3184d35acc1ff9e1f59178) change libguestfs version python3 - [`f37d660`](https://github.com/retspen/webvirtcloud/commit/f37d6601e1cefe307f0653a8854cff43f8bf969d) create admin user while migrating - [`52c856c`](https://github.com/retspen/webvirtcloud/commit/52c856c504f03aaddb2519623683e75344d37d44) add show/hide bottom bar option in instance details - [`2a490cc`](https://github.com/retspen/webvirtcloud/commit/2a490cc8203c80a4af80183ecd6c34cfcd8ad4c8) Merge branch 'master' into master ### 📊 Changes **102 files changed** (+1564 additions, -6669 deletions) <details> <summary>View changed files</summary> 📝 `.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_ </details> ### 📄 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? --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:58:54 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/webvirtcloud#492
No description provided.