View deleted instances from admin page
See original GitHub issueThe SimpleHistoryAdmin
allows the history of a instance that still exists to bee seen. It would be great if there would be a way to view a list of deleted instances, and see their histories.
Issue Analytics
- State:
- Created 10 years ago
- Reactions:4
- Comments:14 (3 by maintainers)
Top Results From Across the Web
View deleted instances from admin page · Issue #72 - GitHub
As a PoC or a workaround I've created a django filter that will list the deleted entries. note that if you are using...
Read more >Recreate or restore a terminated Amazon EC2 instance
It's not possible to recover either the original Amazon EC2 instance or any volumes that were deleted as part of the termination process....
Read more >Deleted Admin Role from personal instance... - ServiceNow
Solved: Total newbie mistake - I'm pretty sure I deleted the Admin Role in my instance ( https://dev21942.service-now.com ) while intending to delete....
Read more >Deleting process instances - IBM
Also, if a delete operation takes a long time, you can get a count to check how many instances are remaining to be...
Read more >Method: users.undelete | Admin console - Google Developers
Method: users.undelete ... Undeletes a deleted user. HTTP request. POST https://admin.googleapis.com/admin/directory/v1/users ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Collating the snippets by @marco-silva0000, you can define a new admin type
SimpleHistoryWithDeletedAdmin
. Any model admin class that derives from it includes the filter that lists deleted objects.Any progress on this?