Gidsy / django-threaded-messages

Rewrite of django-messages to support Facebook-style threaded messaging
MIT License
15 stars 7 forks source link

Various fixes #2

Closed siovene closed 12 years ago

siovene commented 12 years ago

While integrating django-threaded-messages in my application, I fixed various assumptions and errors through out the code. Please review and merge.

(README) Added missing dependencies.
(modal_compose.html) 'field_value' tag is unused: remove loading it.
(tags) Don't assume truncchar is available.
(inbox,search,view templates) Don't assume avatar_tags is loaded.
(views) Fix problem with variable used before declaration.
(search_indexes) get_queryset is deprecated: use index_queryset.