mirror of
https://github.com/Hopiu/django-notifications.git
synced 2026-04-27 00:14:43 +00:00
Merge pull request #105 from funkybob/feature/no-six
Use Django's vendored copy of six
This commit is contained in:
commit
71ca543632
2 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
1
setup.py
1
setup.py
|
|
@ -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=[
|
||||
|
|
|
|||
Loading…
Reference in a new issue