]> git.0d.be Git - django-panik-combo.git/blobdiff - gallery/migrations/0004_gallerycell_restricted_to_unlogged.py
remove gallery; upstreamed
[django-panik-combo.git] / gallery / migrations / 0004_gallerycell_restricted_to_unlogged.py
diff --git a/gallery/migrations/0004_gallerycell_restricted_to_unlogged.py b/gallery/migrations/0004_gallerycell_restricted_to_unlogged.py
deleted file mode 100644 (file)
index 385b103..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-# -*- coding: utf-8 -*-
-from __future__ import unicode_literals
-
-from django.db import models, migrations
-
-
-class Migration(migrations.Migration):
-
-    dependencies = [
-        ('gallery', '0003_gallerycell_title'),
-    ]
-
-    operations = [
-        migrations.AddField(
-            model_name='gallerycell',
-            name='restricted_to_unlogged',
-            field=models.BooleanField(default=False, verbose_name='Restrict to unlogged users'),
-            preserve_default=True,
-        ),
-    ]