From 3f255a02d9e261a4e6ef6bd19df41dd9922b4d1b Mon Sep 17 00:00:00 2001 From: congusbongus Date: Thu, 5 Feb 2026 20:56:57 +1100 Subject: [PATCH] Fix typo in usage.rst regarding field exclusion (#801) --- docs/source/usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/usage.rst b/docs/source/usage.rst index 5824757..28a5c6c 100644 --- a/docs/source/usage.rst +++ b/docs/source/usage.rst @@ -76,7 +76,7 @@ You can also add log-access to function base views, as the following example ill Fields that are excluded will not trigger saving a new log entry and will not show up in the recorded changes. -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`` method. If ``exclude_fields`` is specified the fields with the given names will not be included in the generated log entries. If ``include_fields`` is specified only the fields with the given names will be included in the generated log entries. Explicitly excluding fields through ``exclude_fields`` takes precedence over specifying which fields to