Repair all tests and update requirements.txt

This commit is contained in:
Skia
2015-12-07 16:08:24 +01:00
parent 185b35ed18
commit 6cc7851487
3 changed files with 29 additions and 21 deletions

View File

@ -3,6 +3,8 @@ from django.http import HttpResponseForbidden
from django.core.exceptions import PermissionDenied
from django.views.generic.base import View
from core.models import Group
# TODO: see models.py's TODO!
class CanEditPropMixin(View):
"""