Files
pydantic/.gitignore
T
Samuel Colvin 3dfae21208 ORM mode: Add support for arbitrary class instances (#562)
* Support ORM objects to 'parse_obj', replace #520

* switch to GetterDict and orm_mode

* tweaks

* update docs

* split tests and add @tiangolo's suggestion

* split tests and add @tiangolo's suggestion

* fix coverage
2019-06-06 11:29:09 +01:00

25 lines
274 B
Plaintext

.idea/
env/
env36/
env37/
*.py[cod]
*.egg-info/
build/
dist/
.cache/
.mypy_cache/
test.py
.coverage
htmlcov/
benchmarks/*.json
docs/_build/
docs/.TMP_HISTORY.rst
docs/.tmp_schema_mappings.rst
.pytest_cache/
.vscode/
_build/
pydantic/*.c
pydantic/*.so
.auto-format
/sandbox/