From 6cc87cc57b79cf05f6edcdabd49d886cb3434a47 Mon Sep 17 00:00:00 2001 From: Dmitriy Sintsov Date: Mon, 7 Oct 2024 12:02:12 +0300 Subject: [PATCH] Added Django 5.1 to testing matrix. --- .github/workflows/ci-testing.yml | 2 +- README.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-testing.yml b/.github/workflows/ci-testing.yml index 6396fee..f4f5a89 100644 --- a/.github/workflows/ci-testing.yml +++ b/.github/workflows/ci-testing.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: python: ['3.10', '3.11', '3.12'] - django: ['4.2', '5.0'] + django: ['4.2', '5.1'] bootstrap: [3, 4, 5] steps: diff --git a/README.rst b/README.rst index 8ae1bbd..d56c389 100644 --- a/README.rst +++ b/README.rst @@ -80,7 +80,7 @@ More screenshots with descriptions are available at: https://github.com/Dmitri-S Documentation (in development): https://django-jinja-knockout.readthedocs.org/ -* Supports Django 4.2 LTS, 5.0; Python 3.10 / 3.11 / 3.12. +* Supports Django 4.2 LTS, 5.1; Python 3.10 / 3.11 / 3.12. Please contribute to the localization of the project: @@ -148,7 +148,7 @@ server-side rendering generally is more robust. Version 2.2.1 ------------- -Python 3.12 / Django 5.0 compatibility. +Python 3.12 / Django 5.1 compatibility. Use `axios`_ instead of outdated jQuery.form plugin.