- Support Python 3.11 / Django 5.0 - Drop support for Django 3.2 / 4.0 / 4.1
1.3.3
==================
- Add Hard Delete Action to SafeDeleteAdmin 236
1.3.2
==================
- 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