Remove __future__ imports -- the future is here!
[mygpo.git] / mygpo / votes / migrations / 0003_django_uuidfield.py
blobce4a0408e239c943b78f10b37ca2d5cfbbd1a722
1 # -*- coding: utf-8 -*-
2 from django.db import models, migrations
5 class Migration(migrations.Migration):
7 dependencies = [
8 ('votes', '0002_updateinfomodel'),
11 operations = [
12 migrations.AlterField(
13 model_name='vote',
14 name='object_id',
15 field=models.UUIDField(),