Merge pull request #4962 from chrismeyersfsu/fix-4354

ensure manually modifying hosts adhears to license
This commit is contained in:
Chris Meyers
2017-01-27 15:03:25 -05:00
committed by GitHub
4 changed files with 64 additions and 19 deletions
+1
View File
@@ -1685,6 +1685,7 @@ class HostList(ListCreateAPIView):
class HostDetail(RetrieveUpdateDestroyAPIView):
always_allow_superuser = False
model = Host
serializer_class = HostSerializer