-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Delete bulk submissions asynchronously (#2738)
* delete submissions asynchronously * add type hints, docstring * update docstring * fix redefined argument * only allow hard deletion if setting enabled * update instance date_modified when deleting instance * update docstring * fix failing tests * exclude deleting submissions from data list * suppress lint warning * add test * add test * add test * return with message after deleting submissions * add tests * add tests * make deleted_by required * update doc string * refactor code
- Loading branch information
1 parent
bd97270
commit 1cffdf3
Showing
8 changed files
with
440 additions
and
132 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.