We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b1e182 commit cad656aCopy full SHA for cad656a
CHANGELOG.md
@@ -2,6 +2,9 @@
2
3
4
## Unreleased
5
+
6
7
+## 1.1.0
8
### Added
9
- python3.10 support
10
- python3.11 support
CHANGELOG.yaml
@@ -1,14 +1,16 @@
1
Unreleased:
- added:
- - python3.10 support
- - python3.11 support
- - django4.2 support
- - python type hints
+ added: []
fixed: []
changed: []
deprecated: []
removed: []
11
security: []
+1.1.0:
+ added:
+ - python3.10 support
+ - python3.11 support
12
+ - django4.2 support
13
+ - python type hints
14
1.0.1:
15
fixed:
16
- issue with backend and django test client
0 commit comments