mirror of
https://github.com/jazzband/django-fernet-encrypted-fields.git
synced 2026-03-16 22:40:27 +00:00
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:
parent
9fa7e06b39
commit
cffa3fe468
1 changed files with 7 additions and 5 deletions
12
README.md
12
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: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue