I am trying to install django-moderation but it downgrades my Django installation from 1.8 to 1.6.
it seems that it is compatible with django 1.8.
what am I doing wrong ?
I am trying to install django-moderation but it downgrades my Django installation from 1.8 to 1.6.
it seems that it is compatible with django 1.8.
what am I doing wrong ?
it seems that it needs a PyPi upgrade ( current Pypi Version 0.3.5 ) and there is a ticket open to resolve that.
simple clone the repo and install it using python setup.py install
, or use pip to install it.