django-jinja-knockout v0.6.0 Release Notes

  • AJAX actions are rewritten as server-side ActionsView_ class and client-side counterpart App.Actions_. It is now ๐Ÿ‘‰ used as foundation for most of AJAX code, including grid datatables and new App.EditForm / App.EditInline client-side components.

    ๐Ÿ†• New widget PrefillWidget_ to select pre-filled text from the list of supplied values.

    Selective skipping of DisplayText_ field widget rendering.

    Basic version of ViewmodelValidator for AJAX submitted forms.