From 66ec48665ba963456564a50a66fb113326b3755d Mon Sep 17 00:00:00 2001 From: Paul Morin <44358446+plmrn@users.noreply.github.com> Date: Sat, 9 Mar 2024 13:14:08 +0100 Subject: [PATCH] Correcting a typo in usage.rst The code example for AUDITLOG_INCLUDE_TRACKING_MODELS made two distinct references to "model1" which seems to be a typo, should read "model2" on the second reference --- docs/source/usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/usage.rst b/docs/source/usage.rst index 376737a3..9e5ac990 100644 --- a/docs/source/usage.rst +++ b/docs/source/usage.rst @@ -233,7 +233,7 @@ It must be a list or tuple. Each item in this setting can be a: AUDITLOG_INCLUDE_TRACKING_MODELS = ( ".", { - "model": ".", + "model": ".", "include_fields": ["field1", "field2"], "exclude_fields": ["field3", "field4"], "mapping_fields": {