Remove dependency from south. Use modern Django-Select2 to use the same package for Py2/Py3
This commit is contained in:
parent
ebfbcc89a2
commit
dd974e7650
2 changed files with 4 additions and 11 deletions
|
|
@ -42,10 +42,9 @@ Supported django CMS versions:
|
||||||
argument. Templates has been changed to use a context variable
|
argument. Templates has been changed to use a context variable
|
||||||
instead. Please update your plugin templates accordingly.
|
instead. Please update your plugin templates accordingly.
|
||||||
|
|
||||||
.. warning:: To ease migration to version 0.3, djangocms-blog depends on south
|
.. warning:: Starting from version 0.5, this package does not declare dependency
|
||||||
even on Django 1.7; while this is unnecessary for Django 1.7, it
|
on South anymore; please install it separately if using this
|
||||||
makes transition to version 0.3 painless. Hard dependency will be
|
application on Django 1.6.
|
||||||
removed in 0.5.
|
|
||||||
|
|
||||||
|
|
||||||
Quickstart
|
Quickstart
|
||||||
|
|
|
||||||
8
setup.py
8
setup.py
|
|
@ -49,14 +49,8 @@ setup(
|
||||||
'cmsplugin-filer',
|
'cmsplugin-filer',
|
||||||
'django-meta>=0.2',
|
'django-meta>=0.2',
|
||||||
'django-meta-mixin>=0.1.1',
|
'django-meta-mixin>=0.1.1',
|
||||||
'south>=1.0.1',
|
'django-select2>4.3',
|
||||||
],
|
],
|
||||||
extras_require={
|
|
||||||
":python_version=='3.3'": ['django-select2-py3'],
|
|
||||||
":python_version=='3.4'": ['django-select2-py3'],
|
|
||||||
":python_version=='2.6'": ['django-select2'],
|
|
||||||
":python_version=='2.7'": ['django-select2'],
|
|
||||||
},
|
|
||||||
license="BSD",
|
license="BSD",
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
keywords='djangocms-blog, blog, django, wordpress, multilingual',
|
keywords='djangocms-blog, blog, django, wordpress, multilingual',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue