Add template_language field to Graph
This commit is contained in:
@@ -26,7 +26,7 @@ from . import serializers
|
||||
class ExtrasFieldChoicesViewSet(FieldChoicesViewSet):
|
||||
fields = (
|
||||
(ExportTemplate, ['template_language']),
|
||||
(Graph, ['type']),
|
||||
(Graph, ['type', 'template_language']),
|
||||
(ObjectChange, ['action']),
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user