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

Delete not always propogating through relationships #12

Closed
gavin-black opened this issue May 22, 2013 · 1 comment
Closed

Delete not always propogating through relationships #12

gavin-black opened this issue May 22, 2013 · 1 comment
Assignees
Labels

Comments

@gavin-black
Copy link
Member

In many cases deleting requests only deletes the parent and not the related children. For example if you have a User with many Posts, and delete the user the corresponding posts are not necessarily deleted.

@ghost ghost assigned gavin-black May 22, 2013
@gavin-black
Copy link
Member Author

Fixed by b8900d5

The Model was not using cascade as a delete rule. Checked delete rule cases by hand, since there was no obvious sane way to programmatically change relationship delete rules for unit tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant