Skip to content

Updated for django-jinja-knockout v2.2.0

Choose a tag to compare

@Dmitri-Sintsov Dmitri-Sintsov released this 25 Apr 20:05
· 21 commits to master since this release

Demo / CI test project for django-jinja-knockout v2.2.0

FormFieldsRenderer / fields_template allows fine-grained customization of ModelForm fields layout.

ListQuerySet now has basic support of .delete() method and most common aggregate functions: Count, Min, Max, Sum.

Load jQuery.form / Moment.js / Bootstrap Datetimepicker as es6 modules, which may be included into django_deno generated bundle.

QueryString wrapper for UrlSearchParams.

Additional KoGridView client-side layout options:

Bootstrap navs style of Grid filter choices: ko_grid_navs_filter_choices
showNonSortableColumnNames option
button_pagination built-in action type
Nested components are supported in Grid cells, including the cells of Compound columns.

Tpl.domTemplate optional template kwargs support.

djk_bootstrap5 now uses native Bootstrap Icons font for iconui actions.

Various bugfixes.