Adding meaningless migration.
This commit is contained in:
parent
cbb48a8553
commit
406057f172
20
villages/migrations/0003_auto_20160705_2159.py
Normal file
20
villages/migrations/0003_auto_20160705_2159.py
Normal 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'),
|
||||||
|
),
|
||||||
|
]
|
Loading…
Reference in a new issue