wagtail-trash
wagtail-trash copied to clipboard
Instead of deleting pages when pressing delete, pages will get thrown into the "Trash Can".
This library have a couple of caveats, we could use a django system check to pick up any missing configurations.
Currently we have a page model called `TrashCanPage` and a model namned `TrashCan`, we should simplify this and rename `TrashCanItem` or similar, since `TrashCanPage` kind of contains the `TrashCan` models....
Right now the admin for the Recycle Bin shows `RecycleBin`-models with an attached Page. We should filter out `RecycleBin`s that contains pages that the current user is not allowed to...