mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-26 07:55:52 +03:00
[PR #322] [MERGED] Minor fixes and more tests #499
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#499
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/322
Author: @Real-Gecko
Created: 6/15/2020
Status: ✅ Merged
Merged: 6/17/2020
Merged by: @retspen
Base:
master← Head:master📝 Commits (10+)
ca3b880Updated requiremets and added dev reqscfd7397Added missing migrations9a75cebReplaced unicode with str for modelse4e86edreplaced django-fa with django-icons354163fAdded pagination to logs list template68f7376Moved confirm_delete.html to project templatesa4d28f2Reworked some computes views and added more testsd3c59acMore tests for computes20d4aaaRemoved UserAddForm as it is not used2951d0bCleaned up UserAttributes model📊 Changes
50 files changed (+806 additions, -710 deletions)
View changed files
📝
accounts/forms.py(+29 -25)➕
accounts/migrations/0004_auto_20200615_0637.py(+44 -0)➕
accounts/migrations/0005_auto_20200616_1039.py(+20 -0)📝
accounts/models.py(+8 -26)📝
accounts/templates/account.html(+65 -122)➕
accounts/templates/accounts/change_password_form.html(+29 -0)➖
accounts/templates/create_user_inst_block.html(+0 -36)📝
accounts/templates/profile.html(+4 -28)📝
accounts/tests.py(+38 -2)📝
accounts/urls.py(+6 -1)📝
accounts/views.py(+76 -60)📝
admin/templates/admin/common/list.html(+1 -1)📝
admin/templates/admin/group_list.html(+1 -1)📝
admin/templates/admin/logs.html(+2 -1)📝
admin/templates/admin/user_form.html(+1 -1)📝
admin/templates/admin/user_list.html(+1 -1)📝
admin/views.py(+19 -5)➕
appsettings/migrations/0003_auto_20200615_0637.py(+38 -0)📝
computes/forms.py(+0 -28)➕
computes/migrations/0003_auto_20200615_0637.py(+38 -0)...and 30 more files
📄 Description
I think it will be better to redo all the migrations before we hit next release.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.