This commit is contained in:
Oliver Walters 2019-05-09 00:40:44 +10:00
parent cc7fb31d6d
commit 7ac4308c22

View File

@ -21,7 +21,7 @@ from rest_framework import views
class TreeSerializer(views.APIView): class TreeSerializer(views.APIView):
""" JSON View for serializing a Tree object. """ JSON View for serializing a Tree object.
Turns a 'tree' model into a JSON object compatible with bootstrap-treview. Turns a 'tree' model into a JSON object compatible with bootstrap-treview.