mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-03-16 22:20:26 +00:00
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
This commit is contained in:
parent
2b03d25343
commit
b2aff7e313
1 changed files with 1 additions and 1 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue