From a3bdcf77be471e83ee7235a173702a256bc85717 Mon Sep 17 00:00:00 2001 From: Paul Morin <44358446+plmrn@users.noreply.github.com> Date: Wed, 20 Mar 2024 20:20:41 +0100 Subject: [PATCH] Correcting a typo in usage.rst (#615) 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 376737a..9e5ac99 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": {