mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
3dfae21208
* 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
25 lines
274 B
Plaintext
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/
|