From ebbacdf892b96cd1c218b7db9d88a3d0054fc13e Mon Sep 17 00:00:00 2001 From: Todd Dembrey <todd.dembrey@torchbox.com> Date: Wed, 14 Feb 2018 15:58:14 +0000 Subject: [PATCH] fixup! Add the basic listing template to the apply homepage --- .../migrations/0007_auto_20180214_1553.py | 26 ------------------- 1 file changed, 26 deletions(-) delete mode 100644 opentech/public/funds/migrations/0007_auto_20180214_1553.py diff --git a/opentech/public/funds/migrations/0007_auto_20180214_1553.py b/opentech/public/funds/migrations/0007_auto_20180214_1553.py deleted file mode 100644 index 129c10361..000000000 --- a/opentech/public/funds/migrations/0007_auto_20180214_1553.py +++ /dev/null @@ -1,26 +0,0 @@ -# -*- coding: utf-8 -*- -# Generated by Django 1.11.8 on 2018-02-14 15:53 -from __future__ import unicode_literals - -from django.db import migrations, models -import django.db.models.deletion - - -class Migration(migrations.Migration): - - dependencies = [ - ('public_funds', '0006_fundindex_introduction'), - ] - - operations = [ - migrations.AlterField( - model_name='fundpage', - name='fund_type', - field=models.ForeignKey(blank=True, null=True, on_delete=django.db.models.deletion.SET_NULL, related_name='fund_public', to='wagtailcore.Page'), - ), - migrations.AlterField( - model_name='labpage', - name='lab_type', - field=models.ForeignKey(blank=True, null=True, on_delete=django.db.models.deletion.SET_NULL, related_name='lab_public', to='wagtailcore.Page'), - ), - ] -- GitLab