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

Content is not deleted #6

Open
RichardOfWard opened this issue Feb 18, 2013 · 1 comment
Open

Content is not deleted #6

RichardOfWard opened this issue Feb 18, 2013 · 1 comment

Comments

@RichardOfWard
Copy link

When objects are deleted their content is not deleted, it is orphaned in the database. This seems to break django-reversion and clutters the database with garbage. Is there a good reason for this behaviour? If it is needed perhaps a setting to disable this behaviour would be ok?

@vdboor
Copy link
Contributor

vdboor commented Feb 19, 2013

No, there is no good reason for this behaviour. It's clearly a bug!

The whole Placeholder -> ContentItem relation is designed in such way that the contents should get a cascade delete.

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

No branches or pull requests

2 participants