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.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,17 @@
2
2
3
3
List of the most important changes for each release.
4
4
5
+
## 0.8.0
6
+
- Drops support for Python 2.7
7
+
- Upgrades cryptography library to 40.0.2, the latest version that supports Python 3.6
8
+
- Upgrades M2Crypto to 0.41.0
9
+
- Upgrades Django to version 3
10
+
- Upgrades django-mptt to a version greater than 0.10 for Django 3 compatibility
11
+
- Upgrades djangorestframework to a version greater than 3.10 for Django 3 compatibility
12
+
- Upgrades django-ipware to version 4.0.2, the latest version that supports Python 3.6
13
+
- Drops usage of "value_from_object_json_compatible" on fields and instead inspects booleans for "morango_serialize_to_string" attribute to determine if the field value_to_string method should be used for serialization and to_python used for deserialization
0 commit comments