- Add typings 213 - Drop support for Django < 3.2 and Python 3.6 - Add an index for deleted field 153
1.2.3
==================
- Implement NO_DELETE and HARD_DELETE for queries 209 - Soft-delete-cascade raises an exception when trying to delete a object that related object is PROTECT 210
1.2.2
==================
- Fix soft delete cascade for generic relations 207 - Add count return to delete and undelete methods 204
1.2.1
==================
- Fix related_objects for non-safedelete models.
1.2.0
==================
- Adding SafeDeleteCascadeControlModel 197 - Primary key uniqueness not considered in update_or_create 200
1.1.2
==================
- Add django 4.0 and python 3.10 compatibility and tests 191 - Fix highlight_deleted_field translations 183