Closes #4360: Drop support for the Django template language in export templates

This commit is contained in:
Jeremy Stretch
2020-08-21 11:16:30 -04:00
parent 53acfc0f76
commit 6f1324687b
7 changed files with 29 additions and 37 deletions

View File

@@ -101,7 +101,7 @@ class ExportTemplateFilterSet(BaseFilterSet):
class Meta:
model = ExportTemplate
fields = ['id', 'content_type', 'name', 'template_language']
fields = ['id', 'content_type', 'name']
class TagFilterSet(BaseFilterSet):