blob: c9a1133ebd550988ebee40311ada2b21316ec3e3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Generated by Django 2.0.1 on 2018-02-09 10:39
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('sightings', '0003_auto_20180209_1037'),
('sightings', '0004_merge_20180208_1013'),
]
operations = [
]
|