add django 6.0 and 5.2 to list of compatible django versions and remove check mark from django versions not tested in CI

This commit is contained in:
David Paul Graham 2026-03-07 15:54:51 -05:00
parent 9fa7e06b39
commit cffa3fe468
No known key found for this signature in database
GPG key ID: ACDB045B782EF333

View file

@ -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: |