Django 1.9
[prawokultury.git] / contact / migrations / 0002_auto_20190925_1137.py
1 # -*- coding: utf-8 -*-
2 from __future__ import unicode_literals
3
4 from django.db import migrations, models
5
6
7 class Migration(migrations.Migration):
8
9     dependencies = [
10         ('contact', '0001_initial'),
11     ]
12
13     operations = [
14         migrations.AlterField(
15             model_name='contact',
16             name='ip',
17             field=models.GenericIPAddressField(default=b'127.0.0.1', verbose_name='IP address'),
18         ),
19     ]