Added checks for data versioning within the existing tests

This commit is contained in:
Raphael Michel
2015-06-21 22:26:50 +02:00
parent a0aa65e392
commit 2a8b3cbfa9
5 changed files with 69 additions and 4 deletions

View File

@@ -1,3 +1,4 @@
from django.utils.timezone import now
from pretix.base.models import User
from tests.base import BrowserTest