Merge pull request #105 from funkybob/feature/no-six

Use Django's vendored copy of six
This commit is contained in:
Yang.Y 2015-12-18 11:12:50 +08:00
commit 71ca543632
2 changed files with 1 additions and 2 deletions

View file

@ -12,7 +12,7 @@ else:
from django.db import models
from django.core.exceptions import ImproperlyConfigured
from six import text_type
from django.utils.six import text_type
from .utils import id2slug
from .signals import notify

View file

@ -24,7 +24,6 @@ setup(
install_requires=[
'django>=1.7',
'django-model-utils>=2.0.3',
'six>=1.9.0',
'jsonfield>=1.0.3',
],
test_requires=[