Commit Graph

15 Commits

Author SHA1 Message Date
4674f625df working basic many to many relationships 2020-09-14 17:13:27 +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
63a24e7d36 remove auto related parsing, switch to relations on instance instead of relationship manager 2020-08-24 11:18:41 +02:00
806fe9b63e fix setting new related model just from dict with pkname 2020-08-23 13:15:04 +02:00
53384879a9 some cleanup and tests 2020-08-23 12:54:58 +02:00
a39179bc64 mostly working 2020-08-16 22:27:39 +02:00
a0ad85811b fix nested dicts, add more real life fastapi tests 2020-08-15 12:37:48 +02:00
062d35168f renames etc. 2020-08-14 19:36:50 +02:00
8c7051b07e finish fields docs intial ver,add test for related name, fix child_name(s) in reverse relations 2020-08-13 12:54:42 +02:00
7083b50712 simplify adding relations 2020-08-11 17:47:06 +02:00
867fc691f7 refactor fields into a package 2020-08-11 17:34:19 +02:00
3f2568b27e refactors in fields 2020-08-09 12:04:44 +02:00
fb5d03d64c fix some complexity issues 2020-08-09 10:58:36 +02:00
475dafb6c9 rebuild the registry of relationships 2020-08-05 18:32:13 +02:00
345fd227d1 sloppy work on passing all of the test and reimplementing most of the features from encode 2020-08-04 18:44:17 +02:00