Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test delete-cascading #23

Open
csterling opened this issue Jul 20, 2020 · 0 comments
Open

Test delete-cascading #23

csterling opened this issue Jul 20, 2020 · 0 comments
Assignees
Labels
bug Something isn't working investigate Requires investigation

Comments

@csterling
Copy link
Contributor

When deleting an object:

  • Django has an on-delete/cascade mechanism
  • Soft-delete models have a pre/post-delete mechanism

Both of these are to support maintaining the integrity of the database when deleting objects.

2 work items:

  1. Decide how deletes should be cascaded between models
  2. Make sure that delete-cascades are implemented as in 1.
@csterling csterling added the bug Something isn't working label Jul 20, 2020
@csterling csterling self-assigned this Jul 20, 2020
@csterling csterling added the investigate Requires investigation label Jul 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working investigate Requires investigation
Projects
None yet
Development

No branches or pull requests

1 participant