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. --- app/birds/migrations/0003_birdsighting_images.py | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 app/birds/migrations/0003_birdsighting_images.py (limited to 'app/birds/migrations/0003_birdsighting_images.py') diff --git a/app/birds/migrations/0003_birdsighting_images.py b/app/birds/migrations/0003_birdsighting_images.py deleted file mode 100644 index d20e8b7..0000000 --- a/app/birds/migrations/0003_birdsighting_images.py +++ /dev/null @@ -1,21 +0,0 @@ -# -*- coding: utf-8 -*- -# Generated by Django 1.9 on 2016-03-20 08:02 -from __future__ import unicode_literals - -from django.db import migrations, models - - -class Migration(migrations.Migration): - - dependencies = [ - ('photos', '0007_auto_20160320_0802'), - ('birds', '0002_auto_20160313_0953'), - ] - - operations = [ - migrations.AddField( - model_name='birdsighting', - name='images', - field=models.ManyToManyField(to='photos.LuxImage'), - ), - ] -- cgit v1.2.3-70-g09d2