django-jinja-knockout v0.3.0 Release Notes

  • Auto-configuration of nested foreign key filter fields in KoGridView_ / ForeignKeyGridWidget_.

    ๐Ÿ‘ FilteredRawQuerySet_ now supports more precise .count() method.

    ๐Ÿ‘ ListQuerySet_ supports significant part of Django queryset functionality for the lists of Django model instances, returned by prefetch_related()_.

    Bootstrap tabs generation macro bs_tabs()_ with client-side support of switching tabs when window.location.hash value changes.

    SendmailQueue_ functionality can be extended via injecting ioc class - for example to send email in the background via celery_ task.