divio / aldryn-search

Haystack 2.0 search index for django CMS
Other
48 stars 77 forks source link

Added unpublishing test and moved singal processor #55

Closed jakob-o closed 8 years ago

jakob-o commented 8 years ago

Hey,

I added a test for the unpublishing. I was able to run it successfully with elastic search as a backend (solr needed configuration, simple engine does neither supports removal nor models()). Also had to move the signal processor to a separate module, otherwise the tests would fail due to circular imports. Hope this makes sense

Regards

Jakob

czpython commented 8 years ago

Awesome! I'll check it out in a bit :)