Skip to content

Commit 5309ae2

Browse files
committed
Migrations - merge branches to fix tests
1 parent 2c9225f commit 5309ae2

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# -*- coding: utf-8 -*-
2+
# Generated by Django 1.9 on 2017-04-05 17:12
3+
from __future__ import unicode_literals
4+
5+
from django.db import migrations
6+
7+
8+
class Migration(migrations.Migration):
9+
10+
dependencies = [
11+
('tickets', '0003_merge'),
12+
('tickets', '0002_auto_20170404_2243'),
13+
]
14+
15+
operations = [
16+
]

0 commit comments

Comments
 (0)