mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-05-01 11:19:32 -05:00
Fix: document_renamer fails with audit_log enabled (#6175)
This commit is contained in:
parent
17d0119fcd
commit
3be37b7b37
@ -22,4 +22,4 @@ class Command(ProgressBarMixin, BaseCommand):
|
||||
Document.objects.all(),
|
||||
disable=self.no_progress_bar,
|
||||
):
|
||||
post_save.send(Document, instance=document)
|
||||
post_save.send(Document, instance=document, created=False)
|
||||
|
Loading…
x
Reference in New Issue
Block a user