Commit Graph

14 Commits

Author SHA1 Message Date
32695ffa1d switch from class to instance fro fields 2021-03-19 14:22:31 +01:00
18602e87c3 fix minor code smells 2021-02-02 12:48:51 +01:00
1cca385b5f fix coverage, bump version, update relaese, update docs 2021-02-02 11:57:37 +01:00
d436f54643 switch pool for sqlite with new factory, add tests if fks are reflected in db 2021-02-02 11:33:49 +01:00
358b5c2e52 restore typing in tests and docs, remove unused metaclass code 2020-11-01 10:11:25 +01:00
79cf225ddc fix scale and precision in decimal 2020-10-31 18:42:13 +01:00
3c10892db7 liniting, black, mypy fixes 2020-10-31 18:22:15 +01:00
7d5e291a19 switch to equals in most of the code, fix dependencies, clean tests, make all not relation fields work with type hints 2020-10-31 18:11:48 +01:00
798475ae5f refactor and move tests 2020-09-23 10:09:15 +02:00
ebd812bf00 fix for minimu and maximum in validators, added validator for choices and choices param for BaseField, include tests 2020-09-22 20:50:24 +02:00
1451ec8671 add tests for mysql and postgress, some fixes for those backends 2020-09-17 13:02:34 +02:00
c5389023b8 add fixes for fastapi model clones, add functionality to add and remove models to relation, add relation proxy, fix all tests, adding values also to pydantic model __dict__some refactors 2020-08-26 22:24:25 +02:00
53384879a9 some cleanup and tests 2020-08-23 12:54:58 +02:00
0b156caf0a version with pydantic inheritance passing all the tests 2020-08-19 18:40:57 +07:00