From 58473dd4e0758894f15f834bddedd0caf11cfa59 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Tue, 6 Feb 2018 10:36:26 -0600 Subject: converted to new path url structure and updated pagination to handle it. --- .../birds/migrations/0004_auto_20160321_1123.py | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 app/unused_apps/birds/migrations/0004_auto_20160321_1123.py (limited to 'app/unused_apps/birds/migrations/0004_auto_20160321_1123.py') diff --git a/app/unused_apps/birds/migrations/0004_auto_20160321_1123.py b/app/unused_apps/birds/migrations/0004_auto_20160321_1123.py new file mode 100644 index 0000000..7672a18 --- /dev/null +++ b/app/unused_apps/birds/migrations/0004_auto_20160321_1123.py @@ -0,0 +1,24 @@ +# -*- coding: utf-8 -*- +# Generated by Django 1.9 on 2016-03-21 11:23 +from __future__ import unicode_literals + +from django.db import migrations, models + + +class Migration(migrations.Migration): + + dependencies = [ + ('birds', '0003_birdsighting_images'), + ] + + operations = [ + migrations.RemoveField( + model_name='birdsighting', + name='image', + ), + migrations.AddField( + model_name='birdsighting', + name='audio', + field=models.ManyToManyField(to='birds.BirdAudio'), + ), + ] -- cgit v1.2.3-70-g09d2