[PR #450] [MERGED] Django Update & other #564

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

📋 Pull Request Information

Original PR: https://github.com/retspen/webvirtcloud/pull/450
Author: @catborise
Created: 6/15/2021
Status: Merged
Merged: 6/15/2021
Merged by: @catborise

Base: masterHead: master


📝 Commits (10+)

  • 646eae5 fix edit instance volume for running instances to prevent bus error
  • d9c2329 rearrange search functionality
  • a47d006 fix edit instance volume for running instances to prevent bus error
  • d7c0f94 rearrange search functionality
  • 5aa22ac Django 3.2.4 LTS upgrade
  • 990b69a Merge branch 'master' of https://github.com/catborise/webvirtcloud
  • 18971f0 fix indentation error for ldapbackend.py
  • f3ac402 Update ubuntu image to 20.04
  • f161d6a update django and package names for travis ci
  • ede5710 update secret references; move secret to virtsecret because of django compatibility

📊 Changes

47 files changed (+156 additions, -157 deletions)

View changed files

📝 .travis.yml (+3 -3)
📝 Dockerfile (+1 -1)
📝 README.md (+1 -1)
📝 admin/templates/admin/group_list.html (+1 -3)
📝 admin/templates/admin/user_list.html (+1 -3)
📝 computes/templates/computes/instances.html (+3 -5)
📝 computes/templates/computes/list.html (+5 -4)
📝 computes/templates/overview.html (+2 -2)
📝 computes/tests.py (+1 -1)
📝 computes/urls.py (+2 -2)
📝 conf/requirements.txt (+1 -1)
📝 console/templates/console-base.html (+1 -1)
📝 console/templates/console-spice-full.html (+1 -1)
📝 console/templates/console-spice-lite.html (+1 -1)
📝 console/templates/console-vnc-full.html (+1 -1)
📝 console/templates/console-vnc-lite.html (+1 -1)
📝 instances/templates/allinstances.html (+4 -6)
📝 instances/templates/create_instance_w1.html (+1 -1)
📝 instances/templates/create_instance_w2.html (+1 -1)
📝 instances/templates/instance.html (+1 -1)

...and 27 more files

📄 Description

Django 2.2 to 3.2 LTS upgrade.
fix some small errors


🔄 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/450 **Author:** [@catborise](https://github.com/catborise) **Created:** 6/15/2021 **Status:** ✅ Merged **Merged:** 6/15/2021 **Merged by:** [@catborise](https://github.com/catborise) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`646eae5`](https://github.com/retspen/webvirtcloud/commit/646eae59a2bd554f89625c452945be8bf063e915) fix edit instance volume for running instances to prevent bus error - [`d9c2329`](https://github.com/retspen/webvirtcloud/commit/d9c23291debdc3c683eb18d247c09c7ce149ea77) rearrange search functionality - [`a47d006`](https://github.com/retspen/webvirtcloud/commit/a47d0067719b5328735523795aeca96bfe45ca9b) fix edit instance volume for running instances to prevent bus error - [`d7c0f94`](https://github.com/retspen/webvirtcloud/commit/d7c0f9445d86105608720c487731e489b3accd11) rearrange search functionality - [`5aa22ac`](https://github.com/retspen/webvirtcloud/commit/5aa22ac042dc3e9f30d74201decae25c1c41f36a) Django 3.2.4 LTS upgrade - [`990b69a`](https://github.com/retspen/webvirtcloud/commit/990b69ac512cc1901c5a7e5b40bd6e22fb2148ab) Merge branch 'master' of https://github.com/catborise/webvirtcloud - [`18971f0`](https://github.com/retspen/webvirtcloud/commit/18971f01a66a892795d2c8502772e9a8c61b456b) fix indentation error for ldapbackend.py - [`f3ac402`](https://github.com/retspen/webvirtcloud/commit/f3ac40277aa9a00d64cbeb535d9064aa82070b8f) Update ubuntu image to 20.04 - [`f161d6a`](https://github.com/retspen/webvirtcloud/commit/f161d6a1f37a05a1d6497556ce0be2e4b3717328) update django and package names for travis ci - [`ede5710`](https://github.com/retspen/webvirtcloud/commit/ede5710d7c9e76e25ce1a29e83c61d32604130ea) update secret references; move secret to virtsecret because of django compatibility ### 📊 Changes **47 files changed** (+156 additions, -157 deletions) <details> <summary>View changed files</summary> 📝 `.travis.yml` (+3 -3) 📝 `Dockerfile` (+1 -1) 📝 `README.md` (+1 -1) 📝 `admin/templates/admin/group_list.html` (+1 -3) 📝 `admin/templates/admin/user_list.html` (+1 -3) 📝 `computes/templates/computes/instances.html` (+3 -5) 📝 `computes/templates/computes/list.html` (+5 -4) 📝 `computes/templates/overview.html` (+2 -2) 📝 `computes/tests.py` (+1 -1) 📝 `computes/urls.py` (+2 -2) 📝 `conf/requirements.txt` (+1 -1) 📝 `console/templates/console-base.html` (+1 -1) 📝 `console/templates/console-spice-full.html` (+1 -1) 📝 `console/templates/console-spice-lite.html` (+1 -1) 📝 `console/templates/console-vnc-full.html` (+1 -1) 📝 `console/templates/console-vnc-lite.html` (+1 -1) 📝 `instances/templates/allinstances.html` (+4 -6) 📝 `instances/templates/create_instance_w1.html` (+1 -1) 📝 `instances/templates/create_instance_w2.html` (+1 -1) 📝 `instances/templates/instance.html` (+1 -1) _...and 27 more files_ </details> ### 📄 Description Django 2.2 to 3.2 LTS upgrade. fix some small errors --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:59:11 +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#564
No description provided.