Added voucher data model [backwards incompatible]

This commit is contained in:
Raphael Michel
2015-10-24 12:15:16 +02:00
parent 55a501cb93
commit 7a9930954c
6 changed files with 204 additions and 89 deletions

View File

@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Generated by Django 1.9 on 2015-12-13 11:44
# Generated by Django 1.9 on 2016-02-09 09:40
from __future__ import unicode_literals
import django.db.models.deletion
@@ -11,7 +11,7 @@ class Migration(migrations.Migration):
initial = True
dependencies = [
('pretixbase', '0002_auto_20151213_1144'),
('pretixbase', '0002_auto_20160209_0940'),
]
operations = [