From 6f9f6f107ce92b4b63def5551d6e77d9cb2ee663 Mon Sep 17 00:00:00 2001 From: Dmitriy Sintsov Date: Tue, 19 Dec 2023 12:00:25 +0300 Subject: [PATCH] Updated documentation for v2.2.2. --- HISTORY.rst | 1 + README.rst | 3 +++ 2 files changed, 4 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index 4332ee4..13aa2db 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -382,3 +382,4 @@ Alternative breadcrumbs layout of field filters widgets. 2.2.1 ----- * Python 3.12 / Django 5.0 compatibility. +* Use axios instead of outdated jQuery.form plugin. diff --git a/README.rst b/README.rst index 025ff2f..8ae1bbd 100644 --- a/README.rst +++ b/README.rst @@ -3,6 +3,7 @@ django-jinja-knockout ===================== .. _aggregate: https://docs.djangoproject.com/en/dev/topics/db/aggregation/#generating-aggregates-over-a-queryset +.. _axios: https://axios-http.com/docs/intro .. _Compound columns: https://django-jinja-knockout.readthedocs.io/en/latest/datatables.html#compound-columns .. _custom elements: https://github.com/Dmitri-Sintsov/django-jinja-knockout/blob/master/django_jinja_knockout/static/djk/js/elements.js .. _renderValue: https://github.com/Dmitri-Sintsov/django-jinja-knockout/search?q=renderValue&unscoped_q=renderValue @@ -149,6 +150,8 @@ Version 2.2.1 ------------- Python 3.12 / Django 5.0 compatibility. +Use `axios`_ instead of outdated jQuery.form plugin. + Version 2.2.0 ------------- `FormFieldsRenderer`_ / `fields_template`_ allows fine-grained customization of `ModelForm`_ fields layout.