diff options
author | luxagraf <sng@luxagraf.net> | 2018-02-06 10:36:26 -0600 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2018-02-06 10:36:26 -0600 |
commit | 58473dd4e0758894f15f834bddedd0caf11cfa59 (patch) | |
tree | 6f4d4fb9e120813bcbaaf03044fdb84eb7764c41 /app/birds/migrations/0006_auto_20170714_2224.py | |
parent | adcd4671a261aa72d459b691aabb6f2eef2a0cb7 (diff) |
converted to new path url structure and updated pagination to handle it.
Diffstat (limited to 'app/birds/migrations/0006_auto_20170714_2224.py')
-rw-r--r-- | app/birds/migrations/0006_auto_20170714_2224.py | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/app/birds/migrations/0006_auto_20170714_2224.py b/app/birds/migrations/0006_auto_20170714_2224.py deleted file mode 100644 index bd4db82..0000000 --- a/app/birds/migrations/0006_auto_20170714_2224.py +++ /dev/null @@ -1,25 +0,0 @@ -# -*- coding: utf-8 -*- -# Generated by Django 1.9 on 2017-07-14 22:24 -from __future__ import unicode_literals - -from django.db import migrations, models - - -class Migration(migrations.Migration): - - dependencies = [ - ('birds', '0005_auto_20170714_2222'), - ] - - operations = [ - migrations.AlterField( - model_name='birdsighting', - name='audio', - field=models.ManyToManyField(blank=True, to='birds.BirdAudio'), - ), - migrations.AlterField( - model_name='birdsighting', - name='images', - field=models.ManyToManyField(blank=True, to='photos.LuxImage'), - ), - ] |