Skip to content

Commit 3f255a0

Browse files
authored
Fix typo in usage.rst regarding field exclusion (#801)
1 parent 6d170da commit 3f255a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ You can also add log-access to function base views, as the following example ill
7676

7777
Fields that are excluded will not trigger saving a new log entry and will not show up in the recorded changes.
7878

79-
To exclude specific fields from the log you can pass ``include_fields`` resp. ``exclude_fields`` to the ``register``
79+
To exclude specific fields from the log you can pass ``include_fields`` or ``exclude_fields`` to the ``register``
8080
method. If ``exclude_fields`` is specified the fields with the given names will not be included in the generated log
8181
entries. If ``include_fields`` is specified only the fields with the given names will be included in the generated log
8282
entries. Explicitly excluding fields through ``exclude_fields`` takes precedence over specifying which fields to

0 commit comments

Comments
 (0)