Files
pydantic/.gitignore
T
Samuel Colvin 3c4c163dc5 fix allow_population_by_alias (#346)
* fix allow_population_by_alias, fix #257

* update history
2018-12-29 16:16:10 +00:00

21 lines
224 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/