1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-07-31 12:41:08 +00:00

make console password optional for users with permissions

This commit is contained in:
catborise 2020-07-17 11:05:47 +03:00
parent 74a4a1a3ef
commit 44aa746f4b
8 changed files with 57 additions and 5 deletions

View file

@ -6,6 +6,7 @@ from django.utils.translation import ugettext_lazy as _
from instances.models import Instance
class UserInstanceManager(models.Manager):
def get_queryset(self):
return super().get_queryset().select_related('instance', 'user')