We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d170da commit 3f255a0Copy full SHA for 3f255a0
1 file changed
docs/source/usage.rst
@@ -76,7 +76,7 @@ You can also add log-access to function base views, as the following example ill
76
77
Fields that are excluded will not trigger saving a new log entry and will not show up in the recorded changes.
78
79
-To exclude specific fields from the log you can pass ``include_fields`` resp. ``exclude_fields`` to the ``register``
+To exclude specific fields from the log you can pass ``include_fields`` or ``exclude_fields`` to the ``register``
80
method. If ``exclude_fields`` is specified the fields with the given names will not be included in the generated log
81
entries. If ``include_fields`` is specified only the fields with the given names will be included in the generated log
82
entries. Explicitly excluding fields through ``exclude_fields`` takes precedence over specifying which fields to
0 commit comments