Fix: document_renamer fails with audit_log enabled (#6175)

This commit is contained in:
shamoon 2024-03-24 07:26:25 -07:00 committed by GitHub
parent 01dabf7c05
commit d4963b9cbe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)