Skip to content

Commit

Permalink
Correcting a typo in usage.rst
Browse files Browse the repository at this point in the history
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
  • Loading branch information
plmrn committed Mar 9, 2024
1 parent ac720cd commit 66ec486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ It must be a list or tuple. Each item in this setting can be a:
AUDITLOG_INCLUDE_TRACKING_MODELS = (
"<appname>.<model1>",
{
"model": "<appname>.<model1>",
"model": "<appname>.<model2>",
"include_fields": ["field1", "field2"],
"exclude_fields": ["field3", "field4"],
"mapping_fields": {
Expand Down

0 comments on commit 66ec486

Please sign in to comment.