summaryrefslogtreecommitdiff
path: root/bak/unused_apps/birds/migrations/0009_auto_20170821_1429.py
blob: 840d7d336e732dab44377de40e1d55071abe8e3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# -*- coding: utf-8 -*-
# Generated by Django 1.9 on 2017-08-21 14:29
from __future__ import unicode_literals

from django.db import migrations


class Migration(migrations.Migration):

    dependencies = [
        ('birds', '0008_auto_20170821_1418'),
    ]

    operations = [
        migrations.RenameField(
            model_name='birdsighting',
            old_name='images',
            new_name='image',
        ),
    ]