- Fix undelete count in admin 220 - Fix de translation - Fix argument type passed to db_for_write 222 - Django 4.2 support 223 - Fix SafeDeleteQueryset.as_manager() now returns SafeDeleteManager
1.3.1
==================
- Fix exclude exception 216
1.3.0
==================
- 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