mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 07:25:53 +03:00
[PR #552] [MERGED] format black code style #610
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#610
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/552
Author: @catborise
Created: 11/2/2022
Status: ✅ Merged
Merged: 11/2/2022
Merged by: @catborise
Base:
master← Head:master📝 Commits (6)
773709cupdate requirements51b12a8add email config templateea409cagenerate PNG for qr code for email compatibility.217e106format python code with blackaf38e90fix dhcp type interface errorfcd4b79Merge 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.