Fixed ticket download in control panel

This commit is contained in:
Raphael Michel
2015-09-16 11:57:13 +02:00
parent 0903990510
commit 0680f940a6
2 changed files with 19 additions and 3 deletions

View File

@@ -1,8 +1,8 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.db import models, migrations
import versions.models
from django.db import migrations, models
class Migration(migrations.Migration):