From e09d4ea7ff2b7ee47cdbcaeb65d1ff7ab5ee9e97 Mon Sep 17 00:00:00 2001 From: David Paul Graham Date: Sat, 7 Mar 2026 16:32:44 -0500 Subject: [PATCH] remove non-tested django versions from the list of tested versions in the readme --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1e00730..94c22cf 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,8 @@ for obj in MyModel.objects.all(): #### Available Fields -Currently build in and unit-tested fields. They have the same APIs as their non-encrypted counterparts. +Currently built-in and unit-tested fields include the following. +They have the same APIs as their non-encrypted counterparts. - `EncryptedCharField` - `EncryptedTextField` @@ -71,12 +72,12 @@ Currently build in and unit-tested fields. They have the same APIs as their non- ### Compatible Django Version | Compatible Django Version | Specifically tested | Python Version Required | -| ------------------------- | ------------------- | ----------------------- | -| `3.2` | :heavy_check_mark: | 3.8+ | -| `4.0` | :heavy_check_mark: | 3.8+ | -| `4.1` | :heavy_check_mark: | 3.8+ | +| ------------------------- |---------------------| ----------------------- | +| `3.2` | | 3.8+ | +| `4.0` | | 3.8+ | +| `4.1` | | 3.8+ | | `4.2` | :heavy_check_mark: | 3.8+ | -| `5.0` | :heavy_check_mark: | 3.10+ | +| `5.0` | | 3.10+ | | `5.1` | :heavy_check_mark: | 3.10+ | | `5.2` | :heavy_check_mark: | 3.10+ | | `6.0` | :heavy_check_mark: | 3.12+ |