Hi all, I am using Whoosh version 1.2.5 to allow for full text search on my models. I was using this guideline from here http://www.arnebrodowski.de/blog/add-full-text-search-to-your-django-project-with-whoosh.html but I keep getting the error 'module' object has no attribute 'FileStorage' Has this attribute has been deprecated? I checked and confirmed that the attribute FileStorage is actually not there but there's one with the name Storage. Is this it's replacement?
-- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

