Removes the unused Log model and LogFilterSet (#9294)

This commit is contained in:
Trenton H 2025-03-04 10:26:25 -08:00 committed by GitHub
parent 780d1c67e9
commit f3e6ed56b9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 15 additions and 38 deletions

View file

@ -0,0 +1,15 @@
# Generated by Django 5.1.6 on 2025-02-28 15:19
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
("documents", "1063_paperlesstask_type_alter_paperlesstask_task_name_and_more"),
]
operations = [
migrations.DeleteModel(
name="Log",
),
]