We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The document_delete view doesn't actually delete the Document model.
document_delete
Document
In addition, I think it is reasonable to remove the file from disk/project's storage backend, probably implemented with a pre_delete signal.
file
pre_delete
The text was updated successfully, but these errors were encountered:
Hi,
I have a pull request out for this: #17, but it's failing because it requires another pull request: pinax/pinax-theme-bootstrap#115
Sorry, something went wrong.
Looks like everything is up-to-date now. Thanks for your help. I think we could probably even close off this issue and check it off the Milestone List: https://github.com/pinax/pinax-starter-projects/wiki/Groupware-Starter-Project
@ethankent Awesome! Just one more left for pinax-documents. Nice work!
pinax-documents
No branches or pull requests
The
document_delete
view doesn't actually delete theDocument
model.In addition, I think it is reasonable to remove the
file
from disk/project's storage backend, probably implemented with apre_delete
signal.The text was updated successfully, but these errors were encountered: