You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/quickstart.rst
+20-2
Original file line number
Diff line number
Diff line change
@@ -290,7 +290,7 @@ You may also pass a collection (list, tuple, generator) of callables to ``valida
290
290
Field validators as methods
291
291
+++++++++++++++++++++++++++
292
292
293
-
It is sometimes convenient to write validators as methods. Use the `validates <marshmallow.decorators.validates>` decorator to register field validator methods.
293
+
It is sometimes convenient to write validators as methods. Use the `validates <marshmallow.validates>` decorator to register field validator methods.
294
294
295
295
.. code-block:: python
296
296
@@ -301,12 +301,30 @@ It is sometimes convenient to write validators as methods. Use the `validates <m
0 commit comments