Adding meaningless migration.

This commit is contained in:
Víðir Valberg Guðmundsson 2016-07-05 23:59:34 +02:00 committed by Víðir Valberg Guðmundsson
parent cbb48a8553
commit 406057f172

View file

@ -0,0 +1,20 @@
# -*- coding: utf-8 -*-
# Generated by Django 1.9.6 on 2016-07-05 21:59
from __future__ import unicode_literals
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('villages', '0002_auto_20160705_2154'),
]
operations = [
migrations.AlterField(
model_name='village',
name='private',
field=models.BooleanField(default=False, help_text='Check if your village is privately organized'),
),
]