- Added block_truncatewords_html template tag (see docs). - Addded get_query_params templatetag (see docs).
1.19
- Added set_context templatetag. It allows to put any variable into the template context. See docs for further info.
1.18
- Added $wrapper parameter to getModal and postModal calls. This allows to load the returned html into any wrapper element, not only the $('ajax-modal') element
1.17
- Added AccessMixin to use login_required decorator for views based on a setting.
1.16
- Added `ajax_redirect_passthrough` parameter to AjaxRedirectMiddleware in order to skip this middleware for some ajax calls, if needed.