From cffa3fe468b38b37c5c06bf84d82c094839e568c Mon Sep 17 00:00:00 2001 From: David Paul Graham Date: Sat, 7 Mar 2026 15:54:51 -0500 Subject: [PATCH] add django 6.0 and 5.2 to list of compatible django versions and remove check mark from django versions not tested in CI --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a213315..6705329 100644 --- a/README.md +++ b/README.md @@ -71,10 +71,12 @@ Currently build in and unit-tested fields. They have the same APIs as their non- ### Compatible Django Version | Compatible Django Version | Specifically tested | -| ------------------------- | ------------------- | -| `3.2` | :heavy_check_mark: | -| `4.0` | :heavy_check_mark: | -| `4.1` | :heavy_check_mark: | +| ------------------------- |---------------------| +| `3.2` | | +| `4.0` | | +| `4.1` | | | `4.2` | :heavy_check_mark: | -| `5.0` | :heavy_check_mark: | +| `5.0` | | | `5.1` | :heavy_check_mark: | +| `5.2` | :heavy_check_mark: | +| `6.0` | :heavy_check_mark: |