Added merge migration

This commit is contained in:
Karl Hobley 2015-09-02 13:58:33 +01:00
parent f9df08a0c8
commit 7f72d038ff

View file

@ -0,0 +1,15 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('tests', '0007_auto_20150819_0614'),
('tests', '0007_singleeventpage'),
]
operations = [
]