[PR #552] [MERGED] format black code style #610

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

📋 Pull Request Information

Original PR: https://github.com/retspen/webvirtcloud/pull/552
Author: @catborise
Created: 11/2/2022
Status: Merged
Merged: 11/2/2022
Merged by: @catborise

Base: masterHead: master


📝 Commits (6)

  • 773709c update requirements
  • 51b12a8 add email config template
  • ea409ca generate PNG for qr code for email compatibility.
  • 217e106 format python code with black
  • af38e90 fix dhcp type interface error
  • fcd4b79 Merge branch 'master' into master

📊 Changes

60 files changed (+2569 additions, -1483 deletions)

View changed files

📝 accounts/apps.py (+29 -18)
📝 accounts/forms.py (+17 -17)
📝 accounts/models.py (+19 -15)
📝 accounts/templates/accounts/email/otp.html (+3 -1)
📝 accounts/tests.py (+141 -100)
📝 accounts/urls.py (+37 -16)
📝 accounts/views.py (+12 -3)
📝 admin/apps.py (+1 -1)
📝 admin/models.py (+1 -1)
📝 admin/tests.py (+43 -39)
📝 admin/urls.py (+12 -12)
📝 admin/views.py (+17 -4)
📝 appsettings/apps.py (+1 -1)
📝 appsettings/models.py (+6 -7)
📝 appsettings/views.py (+17 -8)
📝 computes/api/serializers.py (+7 -9)
📝 computes/api/viewsets.py (+2 -3)
📝 computes/forms.py (+7 -7)
📝 computes/models.py (+6 -6)
📝 computes/tests.py (+63 -47)

...and 40 more files

📄 Description

update requirements, small fixes, reformat code


🔄 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/552 **Author:** [@catborise](https://github.com/catborise) **Created:** 11/2/2022 **Status:** ✅ Merged **Merged:** 11/2/2022 **Merged by:** [@catborise](https://github.com/catborise) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (6) - [`773709c`](https://github.com/retspen/webvirtcloud/commit/773709ce57e72ddd9e288e6cb535333964bbf445) update requirements - [`51b12a8`](https://github.com/retspen/webvirtcloud/commit/51b12a8decaff918d9c6c4d4b36b6c787381c5de) add email config template - [`ea409ca`](https://github.com/retspen/webvirtcloud/commit/ea409ca863bdac8b00ad5272d9c32a7691a82130) generate PNG for qr code for email compatibility. - [`217e106`](https://github.com/retspen/webvirtcloud/commit/217e106c8b4a4252e9fd07d0061be96f92fbe3b8) format python code with black - [`af38e90`](https://github.com/retspen/webvirtcloud/commit/af38e90f41ab274369bafe6577660cd674b89115) fix dhcp type interface error - [`fcd4b79`](https://github.com/retspen/webvirtcloud/commit/fcd4b794313d40ea21ff517e58ad0ec50f965189) Merge branch 'master' into master ### 📊 Changes **60 files changed** (+2569 additions, -1483 deletions) <details> <summary>View changed files</summary> 📝 `accounts/apps.py` (+29 -18) 📝 `accounts/forms.py` (+17 -17) 📝 `accounts/models.py` (+19 -15) 📝 `accounts/templates/accounts/email/otp.html` (+3 -1) 📝 `accounts/tests.py` (+141 -100) 📝 `accounts/urls.py` (+37 -16) 📝 `accounts/views.py` (+12 -3) 📝 `admin/apps.py` (+1 -1) 📝 `admin/models.py` (+1 -1) 📝 `admin/tests.py` (+43 -39) 📝 `admin/urls.py` (+12 -12) 📝 `admin/views.py` (+17 -4) 📝 `appsettings/apps.py` (+1 -1) 📝 `appsettings/models.py` (+6 -7) 📝 `appsettings/views.py` (+17 -8) 📝 `computes/api/serializers.py` (+7 -9) 📝 `computes/api/viewsets.py` (+2 -3) 📝 `computes/forms.py` (+7 -7) 📝 `computes/models.py` (+6 -6) 📝 `computes/tests.py` (+63 -47) _...and 40 more files_ </details> ### 📄 Description update requirements, small fixes, reformat code --- <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:21 +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#610
No description provided.