We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97b3453 commit 2d70ba9Copy full SHA for 2d70ba9
1 file changed
piccolo/utils/pydantic.py
@@ -125,9 +125,9 @@ def create_pydantic_model(
125
By default, the values of any Piccolo ``JSON`` or ``JSONB`` columns are
126
returned as strings. By setting this parameter to True, they will be
127
returned as objects.
128
- :recursion_depth:
+ :param recursion_depth:
129
Not to be set by the user - used internally to track recursion.
130
- :max_recursion_depth:
+ :param max_recursion_depth:
131
If using nested models, this specifies the max amount of recursion.
132
:param schema_extra_kwargs:
133
This can be used to add additional fields to the schema. This is
0 commit comments