- Add Wagtail 6 support (@marteinn)
- Add wagtail-modeladmin as a dependency (@marteinn)
- Drop EOL Wagtail 4.1 support (@marteinn)
- Drop EOL Wagtail 5.1 support (@marteinn)
- Add Python 3.12 support (@marteinn)
- Add Wagtail 5.1 support (@marteinn)
- Add Wagtail 5.2 support (@marteinn)
- Add wagtail-modeladmin support (@marteinn)
- Upgrade python version in example environment and resolve build issues
- Replace deprecated assertEquals with assertEqual
- Upgrade github actions (@marteinn)
- Drop EOL Python 3.7 support (@marteinn)
- Drop EOL Wagtail 4.2 support (@marteinn)
- Drop EOL Wagtail 5.0 support (@marteinn)
- Add Wagtail 5 support (@marteinn)
- Add delete_stray_pages command for clearing stray pages in trash can (@marteinn)
- Add support for moving deleted pages to trash can when using bulk actions (@rinti)
- Add Wagtail 4.1 and 4.2 support (@marteinn)
- Add python 3.11 support (@marteinn)
- Remove wagtailadmin.W003 warning in development (@marteinn)
- Fix incorrect test alias in docker-entrypoint.sh (@marteinn)
- Fix bug where pages deleted from trashcan was not properly deleted (@marteinn)
- Fix bug where two pages with the same slug couldn't be in the trash can at the same time (@rinti)
- Drop Wagtail 2 support
- Drop Wagtail 3 support
- Due to a bug in delete pages are not properly removed, this was fixed in 1.0.0. Run
python manage.py delete_stray_pages
to fix this
- Add Wagtail 3.0 compatibility (Thanks @polesello!)
- Add code and tests verifying urls gets preserved when moving pages (Andreas Bernacca)
- Add Wagtail 2.16 compability (Andreas Bernacca)
- Make datetime time zone aware (Martin Sandström)
- Add custom text for when trash can is empty
- Add changelog (Andreas Bernacca)
- Add translations (Alexandre Marinho)
- Add spanish translations (Yamil Jaskolowsk)
- Add swedish translations (Martin Sandström)
- Add CI/CD deployment (Martin Sandström)
- Add Django 4.0 compability
- Drop Wagtail <2.14 support
- Drop Python 3.5 and 3.6 support
- Rename template directory from the legacy name
wagtail_recycle_bin
towagtail_trash
. (cspollar)
- Initial release