You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+45Lines changed: 45 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,51 @@
1
1
Changelog
2
2
=========
3
3
4
+
2.0.0 - Support Django 3.2 and 4.0
5
+
----------------------------------
6
+
7
+
**BREAKING CHANGE:** This release is the first 2.x release, and drops support for EOL python and Django versions, all feature development will be done against 2.X branch.**
8
+
9
+
Changes since 1.4.0:
10
+
11
+
Features
12
+
~~~~~~~~
13
+
14
+
- Add support for python 3.10 and Django 4.0 (Merge 7bfb5b6)
15
+
- Add compiled IT translation (Merge e39395f)
16
+
17
+
Bug fixes
18
+
~~~~~~~~~
19
+
20
+
- Don't add empty form to AdvancedFilterFormSet.forms (Merge 7bfb5b6)
21
+
22
+
Other
23
+
~~~~~
24
+
25
+
- Drop support for EOL Python 2.7 and 3.5 (Merge dfeb005)
26
+
- Drop support for EOL Django 3.0 (Merge dfeb005)
27
+
- Drop support for EOL Django up to 2.2 (Merge dfeb005)
28
+
- Upgrade Python syntax with pyupgrade --py36-plus (Merge dfeb005)
29
+
- Remove six (Merge dfeb005)
30
+
- Remove unused import (Merge dfeb005)
31
+
- Drop support for python 3.6 (Merge 7bfb5b6)
32
+
- Correct support matrix (Merge 7bfb5b6)
33
+
- Simplify url path import (Merge 7bfb5b6)
34
+
- Remove standalone clean env from tox envlist (Merge 7bfb5b6)
0 commit comments