Commit Graph

14 Commits

Author SHA1 Message Date
aedebe0403 add support for sqlalchemy >=1.4 2021-08-30 09:47:38 +02:00
13a8655126 exclude through models 2021-06-06 15:58:38 +02:00
32695ffa1d switch from class to instance fro fields 2021-03-19 14:22:31 +01:00
8f2704146d remove switch to _row for pg backend 2021-03-10 09:12:31 +01:00
79ad69e355 check complex prefixes in groups, refactor limit queries, finish docstrings, refactors and cleanup in long methods 2021-03-07 12:50:40 +01:00
4e27f07a7e som types fixes, fix for wrong prefixes in model_row for complex relations, test load_all with repeating tables, add docs 2021-03-04 13:12:07 +01:00
a8ae50276e update docs, add load_all(), tests for load_all, make through field optional 2021-03-03 19:48:40 +01:00
9ad1528cc0 add docstrings, clean types test 2021-03-02 19:10:59 +01:00
a99000d2c0 add possibility to exclude/include fields (refactor to excludableitems), fix for through model only on related side of the relation, fix for exclude of through model related models 2021-03-01 19:26:33 +01:00
fd38ae2a40 wip with m2m fields 2021-02-28 08:19:02 +01:00
503f589fa7 refactor order bys into OrderQuery, add ordering to through models too 2021-02-25 17:28:05 +01:00
e697235172 intorduce relation flags on basefield and simplify imports 2021-02-21 17:46:06 +01:00
5d40fb6bff WIP - further work and refactoring 2021-02-17 13:51:38 +01:00
3fd231cf3c wip - through models fields -> attached in queries, accesible from instances, creates in add and queryset create 2021-02-15 17:30:14 +01:00