Fix for #131: delete files on document.delete

This commit is contained in:
Daniel Quinn
2016-08-16 19:13:37 +01:00
parent 58a299b671
commit f5daded930
4 changed files with 39 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
from django.test import TestCase
from ..models import Document, FileInfo
from ..models import FileInfo
class TestAttachment(TestCase):