[PR #528] [MERGED] fix setting.py.template & decodestring convert #603

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

📋 Pull Request Information

Original PR: https://github.com/retspen/webvirtcloud/pull/528
Author: @catborise
Created: 8/22/2022
Status: Merged
Merged: 8/22/2022
Merged by: @catborise

Base: masterHead: master


📝 Commits (2)

  • aebcbb6 remove duplicate restframework module entry
  • 33a7e30 convert decodestring -> decodebytes for python 3.10 compatibility

📊 Changes

2 files changed (+1 additions, -2 deletions)

View changed files

📝 accounts/utils.py (+1 -1)
📝 webvirtcloud/settings.py.template (+0 -1)

📄 Description

fix ssh-key verification problem because of decodestring depreciation.
and fix settings.py.template redundant module error.


🔄 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/528 **Author:** [@catborise](https://github.com/catborise) **Created:** 8/22/2022 **Status:** ✅ Merged **Merged:** 8/22/2022 **Merged by:** [@catborise](https://github.com/catborise) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`aebcbb6`](https://github.com/retspen/webvirtcloud/commit/aebcbb63fd828445368dc770be547ca637beee87) remove duplicate restframework module entry - [`33a7e30`](https://github.com/retspen/webvirtcloud/commit/33a7e30fc5b201cf70d4dd7c01d8236e4a3e9a23) convert decodestring -> decodebytes for python 3.10 compatibility ### 📊 Changes **2 files changed** (+1 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `accounts/utils.py` (+1 -1) 📝 `webvirtcloud/settings.py.template` (+0 -1) </details> ### 📄 Description fix ssh-key verification problem because of decodestring depreciation. and fix settings.py.template redundant module error. --- <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:20 +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#603
No description provided.