We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
model_computed_fields
1 parent ce8ae72 commit b2857c1Copy full SHA for b2857c1
1 file changed
docs/conf.py
@@ -88,7 +88,7 @@ def skip_pydantic_internals(app, what, name, obj, skip, options):
88
This processor is used to filter out Pydantic internal attributes from the
89
documentation.
90
"""
91
- if name in ("model_fields", "model_config"):
+ if name in ("model_fields", "model_config", "model_computed_fields"):
92
return True
93
return skip
94
0 commit comments