fix: django.utils.six not available before django 1.6

This commit is contained in:
Gagaro
2014-12-04 12:34:49 +01:00
parent c15074873b
commit 880033d3a5
3 changed files with 4 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
import json
import six
from django.test import SimpleTestCase
from django.core.exceptions import ValidationError