0

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 ?

Sayse
  • 42,633
  • 14
  • 77
  • 146
Ayed
  • 373
  • 5
  • 17

1 Answers1

0

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.

Community
  • 1
  • 1
Ayed
  • 373
  • 5
  • 17