X-Git-Url: https://git.0d.be/?p=django-panik-combo.git;a=blobdiff_plain;f=gallery%2Fmigrations%2F0004_gallerycell_restricted_to_unlogged.py;fp=gallery%2Fmigrations%2F0004_gallerycell_restricted_to_unlogged.py;h=0000000000000000000000000000000000000000;hp=385b103e6e69911c530ad421bb0d424914582fa0;hb=021062bb1ccf1efdabd964fd4bd4869f59dafc94;hpb=d288e6a784e5bb868b0bd7f30485405b5aa1612b diff --git a/gallery/migrations/0004_gallerycell_restricted_to_unlogged.py b/gallery/migrations/0004_gallerycell_restricted_to_unlogged.py deleted file mode 100644 index 385b103..0000000 --- a/gallery/migrations/0004_gallerycell_restricted_to_unlogged.py +++ /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, - ), - ]