Skip to content

Latest commit

 

History

History
73 lines (44 loc) · 1.31 KB

File metadata and controls

73 lines (44 loc) · 1.31 KB

Pydantic Examples

See :ref:`contrib_pydantic`

.. rst-class:: html-toggle

Basic Pydantic

.. literalinclude::  ../../examples/pydantic/basic.py


.. rst-class:: html-toggle

Early model Init

.. literalinclude::  ../../examples/pydantic/early_init.py


.. rst-class:: html-toggle

Recursive models + Computed fields

.. literalinclude::  ../../examples/pydantic/recursive.py


.. rst-class:: emphasize-children

Tutorial sources

.. rst-class:: html-toggle

1: Basic usage

.. literalinclude::  ../../examples/pydantic/tutorial_1.py

.. rst-class:: html-toggle

2: Querysets & Lists

.. literalinclude::  ../../examples/pydantic/tutorial_2.py

.. rst-class:: html-toggle

3: Relations & Early-init

.. literalinclude::  ../../examples/pydantic/tutorial_3.py

.. rst-class:: html-toggle

4: PydanticMeta & Callables

.. literalinclude::  ../../examples/pydantic/tutorial_4.py