Skip to content

Commit

Permalink
Correcting a typo in usage.rst (#615)
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 authored Mar 20, 2024
1 parent 2b03d25 commit b2aff7e
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 b2aff7e

Please sign in to comment.