- Increased required minimal versions to Python 3.8 and Django 4
- Upgrade the Python API client to version 4 If you used earlier versions of the Django integration and directly used the Python API client, you need to upgrade your code. If you didnβt interact with the Python API client directly in your code, you donβt have to do anything.
-
Remove deprecated method
clear_index
Replace any call toclear_index
withclear_objects
Python