summaryrefslogtreecommitdiff
path: root/app/sightings/migrations/0002_auto_20180205_1430.py
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2018-06-05 17:52:35 -0500
committerluxagraf <sng@luxagraf.net>2018-06-05 17:52:35 -0500
commit0f5fb20c28a53685867818f07b8ce1b59e594ffd (patch)
tree0f0508ce228eba887bbd80c21edea0df44ed88dc /app/sightings/migrations/0002_auto_20180205_1430.py
parentaf4370f35a5702d7c2061de20e476bebef380d0a (diff)
fixed some bugs on live server
Diffstat (limited to 'app/sightings/migrations/0002_auto_20180205_1430.py')
-rw-r--r--app/sightings/migrations/0002_auto_20180205_1430.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/app/sightings/migrations/0002_auto_20180205_1430.py b/app/sightings/migrations/0002_auto_20180205_1430.py
index e917508..d936235 100644
--- a/app/sightings/migrations/0002_auto_20180205_1430.py
+++ b/app/sightings/migrations/0002_auto_20180205_1430.py
@@ -14,11 +14,6 @@ class Migration(migrations.Migration):
name='sighting',
options={'get_latest_by': 'pub_date', 'ordering': ['-pub_date']},
),
- migrations.RenameField(
- model_name='sighting',
- old_name='date',
- new_name='pub_date',
- ),
migrations.AlterField(
model_name='apclass',
name='kind',