correct feature API endpoint description

This commit is contained in:
Laura Klünder 2016-09-26 11:20:28 +02:00
parent be62b14669
commit 6ce96148d7

View file

@ -85,7 +85,7 @@ class FeatureTypeViewSet(ViewSet):
class FeatureViewSet(ReadOnlyModelViewSet):
"""
Get all Map Features including ones that are only part of the current session
Get all Map Features
"""
queryset = Feature.objects.all()
serializer_class = FeatureSerializer