From 2d440f0c309f49803ec95c46d9f586a7305780cd Mon Sep 17 00:00:00 2001 From: luxagraf Date: Mon, 2 Apr 2018 10:44:57 -0400 Subject: changed url of sightings to dialogues --- .../migrations/0003_auto_20180307_1027.py | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 app/locations/migrations/0003_auto_20180307_1027.py (limited to 'app/locations') diff --git a/app/locations/migrations/0003_auto_20180307_1027.py b/app/locations/migrations/0003_auto_20180307_1027.py new file mode 100644 index 0000000..9ee2317 --- /dev/null +++ b/app/locations/migrations/0003_auto_20180307_1027.py @@ -0,0 +1,22 @@ +# Generated by Django 2.0.1 on 2018-03-07 10:27 + +from django.db import migrations, models + + +class Migration(migrations.Migration): + + dependencies = [ + ('locations', '0002_checkin'), + ] + + operations = [ + migrations.AlterModelOptions( + name='location', + options={'get_latest_by': 'pub_date', 'ordering': ('-pub_date',)}, + ), + migrations.AlterField( + model_name='location', + name='pub_date', + field=models.DateTimeField(verbose_name='Date published'), + ), + ] -- cgit v1.2.3-70-g09d2