]> git.0d.be Git - django-panik-combo.git/blobdiff - panikombo/migrations/0021_soundscell_tags.py
add introduction to fullwidth page placeholders
[django-panik-combo.git] / panikombo / migrations / 0021_soundscell_tags.py
index 45e83e9bd972937fe6ee506e6ad1631adb2e0618..d6777ffda806ca722600177041b51d220f5d0d7a 100644 (file)
@@ -1,15 +1,11 @@
-# -*- coding: utf-8 -*-
 # Generated by Django 1.11.29 on 2020-11-26 12:52
-from __future__ import unicode_literals
 
-from django.db import migrations
 import taggit.managers
+from django.db import migrations
 
 
 class Migration(migrations.Migration):
-
     dependencies = [
-        ('taggit', '0003_taggeditem_add_unique_index'),
         ('panikombo', '0020_auto_20201122_2005'),
     ]
 
@@ -17,6 +13,12 @@ class Migration(migrations.Migration):
         migrations.AddField(
             model_name='soundscell',
             name='tags',
-            field=taggit.managers.TaggableManager(blank=True, help_text='A comma-separated list of tags.', through='taggit.TaggedItem', to='taggit.Tag', verbose_name='Tags'),
+            field=taggit.managers.TaggableManager(
+                blank=True,
+                help_text='A comma-separated list of tags.',
+                through='taggit.TaggedItem',
+                to='taggit.Tag',
+                verbose_name='Tags',
+            ),
         ),
     ]