Skip to content

Commit

Permalink
Added Django 5.1 to testing matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitri-Sintsov committed Oct 7, 2024
1 parent 174da9d commit 6cc87cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit 6cc87cc

Please sign in to comment.