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 2339fe22ae
commit d1071b79e3
7 changed files with 29 additions and 37 deletions

View File

@@ -0,0 +1,17 @@
# Generated by Django 3.1 on 2020-08-21 15:13
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('extras', '0047_tag_ordering'),
]
operations = [
migrations.RemoveField(
model_name='exporttemplate',
name='template_language',
),
]