divio / aldryn-search

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

Cleanup and fix type error when get_meta_keywords is None #2

Closed johnraz closed 11 years ago

johnraz commented 11 years ago

if get_meta_keywords is None the index creation will raise : TypeError: coercing to Unicode: need string or buffer, NoneType found

Didn't know if you still needed it but added some proper logging for development that won't get in the way if you need to remove / find it.