- Added GetEntriesAjaxView to retrieve latest blog entries from ajax calls - Added parent field to Category model - this allows to build hierarchies of categories - get_entries method now includes entries assigned to sub-categories of the given category
0.6
- Allowing multiple categories per entry.
0.5.2
- Allow many to many relations for plugin categories
0.5.1
- Fixed get_absolute_url. If the multilingual middleware isn't used it had a wrong output, because even ``False`` variables were put into url parts.
0.5
- get_absolute_url now returns the language namespace (i.e. `/en/`). This allows you to show categories in a different language than the currently active by using the {% language %} templatetag.
0.4
- Fixed and centralized the way we get entries for a category. Added get_entries method to Category model.