dominno / django-moderation

django-moderation is reusable application for Django framework, that allows to moderate any model objects.
BSD 3-Clause "New" or "Revised" License
269 stars 91 forks source link

Error: No module named filterspecs #64

Closed uttuserge closed 11 years ago

uttuserge commented 12 years ago

Django 1.4 Error: No module named filterspecs

Please need Help! how to correct that?

EBNull commented 12 years ago

You can apply this diff but the rest of the code needs additional changes to work with 1.4.

mlavin commented 12 years ago

This should now be fixed on master.

mgerring commented 12 years ago

This is still broken in what PyPi reports as version 3.2, but if I explicitly install from Github, it works. Please bump the version number!

ebrelsford commented 11 years ago

I just ran into this again, would appreciate a pypi version bump, also.

dgmdan commented 11 years ago

I just ran into this too.

s-y commented 11 years ago

for noobs like me :) pip install git+git://github.com/CBWhiz/django-moderation.git@529a5504fd72d6a5e35cb14682ae94314cdead08

danielbraun commented 11 years ago

Yeah, installing from PyPi raises this exception - installing from Github doesn't. What's the difference? seems to be the same version.

ardian commented 10 years ago

I am on django 1.4 and having this issue Error: No module named filterspecs

s-y commented 10 years ago

https://github.com/dominno/django-moderation/issues/64#issuecomment-20631270