Add Django 1.8 support
This commit is contained in:
parent
3238c0f912
commit
e1fecbacba
16 changed files with 50 additions and 46 deletions
5
setup.py
5
setup.py
|
|
@ -44,7 +44,6 @@ setup(
|
|||
'pytz',
|
||||
'django-taggit-templatetags',
|
||||
'django-taggit-autosuggest',
|
||||
'django-admin-enhancer',
|
||||
'djangocms-text-ckeditor',
|
||||
'cmsplugin-filer',
|
||||
'django-meta>=0.2',
|
||||
|
|
@ -54,6 +53,10 @@ setup(
|
|||
zip_safe=False,
|
||||
keywords='djangocms-blog, blog, django, wordpress, multilingual',
|
||||
test_suite='cms_helper.run',
|
||||
extras_require={
|
||||
'admin-enhancer': ['django-admin-enhancer'],
|
||||
},
|
||||
|
||||
classifiers=[
|
||||
'Development Status :: 4 - Beta',
|
||||
'Framework :: Django',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue