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 521d7b1 commit d3879c5Copy full SHA for d3879c5
sqlactive/serialization.py
@@ -219,7 +219,7 @@ def from_dict(
219
exclude: list[str] | None = None,
220
nested_exclude: list[str] | None = None,
221
) -> Self | list[Self]:
222
- """Deserializes a dictionary to the model.
+ """Deserialize a dictionary to the model.
223
224
Sets the attributes of the model with the values
225
of the dictionary.
@@ -303,7 +303,7 @@ def from_json(
303
304
305
) -> Any:
306
- """Deserializes a JSON string to the model.
+ """Deserialize a JSON string to the model.
307
308
Loads the JSON string and sets the attributes of the model
309
with the values of the JSON object using the ``from_dict``
0 commit comments