mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 07:15:07 +01:00
Fix for #131: delete files on document.delete
This commit is contained in:
parent
58a299b671
commit
f5daded930
4 changed files with 39 additions and 7 deletions
|
|
@ -1,6 +1,6 @@
|
|||
from django.test import TestCase
|
||||
|
||||
from ..models import Document, FileInfo
|
||||
from ..models import FileInfo
|
||||
|
||||
|
||||
class TestAttachment(TestCase):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue