Add language tags definition, caret and bubbles in editor.
[redakcja.git] / src / wlxml / migrations / 0003_auto_20210813_2321.py
diff --git a/src/wlxml/migrations/0003_auto_20210813_2321.py b/src/wlxml/migrations/0003_auto_20210813_2321.py
new file mode 100644 (file)
index 0000000..7ccfb3e
--- /dev/null
@@ -0,0 +1,23 @@
+# Generated by Django 3.1.13 on 2021-08-13 23:21
+
+from django.db import migrations, models
+
+
+class Migration(migrations.Migration):
+
+    dependencies = [
+        ('wlxml', '0002_initial_data'),
+    ]
+
+    operations = [
+        migrations.AddField(
+            model_name='tag',
+            name='description',
+            field=models.TextField(blank=True),
+        ),
+        migrations.AddField(
+            model_name='tag',
+            name='example',
+            field=models.TextField(blank=True),
+        ),
+    ]