From 0e4e7171f1f25d54223b83b2a17f8aa9e6598c41 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 07:24:14 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- auditlog/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/auditlog/conf.py b/auditlog/conf.py index 0edf60b2..302b81b1 100644 --- a/auditlog/conf.py +++ b/auditlog/conf.py @@ -1,6 +1,5 @@ from django.conf import settings - # Register all models when set to True settings.AUDITLOG_INCLUDE_ALL_MODELS = getattr( settings, "AUDITLOG_INCLUDE_ALL_MODELS", False