Commit Graph

124 Commits

Author SHA1 Message Date
593d233a46 fix too long fk names 2021-04-04 17:27:34 +02:00
a940fcad6e fix merging lists of deeply nested reverse relations 2021-04-03 19:50:48 +02:00
2cc3b55a7c fix bulk_create trying to save property fields and pydantic fields 2021-04-02 11:27:22 +02:00
9fcd7b8eef fix translating to dict lists with same name of relation but different target models 2021-04-01 17:40:38 +02:00
749975d665 fix merging non relation list fields 2021-03-31 17:07:42 +02:00
64d3d1b693 add exclude to save_related method, switch to same relation_map from iter 2021-03-30 16:26:10 +02:00
da05e5ba1d split tests into packages 2021-03-30 12:48:39 +02:00
f0023773e3 switch dict() to include relations comming from _iterate_related_models and not only nested not nullable ones 2021-03-30 12:16:33 +02:00
844ecae8f9 fix recursion limit for complicated models structures with many loops 2021-03-29 17:07:01 +02:00
5a3b170d06 add save_all, some optimizations 2021-03-26 16:28:34 +01:00
91c7725293 fix qsp relation name instead of db alias 2021-03-26 09:36:38 +01:00
4ad843a6a5 fix quoting in order_by, add get_or_none 2021-03-23 17:36:20 +01:00
617ce75042 finish docs 2021-03-23 09:15:13 +01:00
e07c2f296b add docs for select_all 2021-03-22 17:20:16 +01:00
68b692e11b fix coverage and add more info in release 2021-03-21 15:48:12 +01:00
74beaa31b7 add select_all 2021-03-21 15:22:40 +01:00
67904980ce add docs 2021-03-15 18:45:46 +01:00
03e6ac6c02 add release docs, change tests 2021-03-15 13:00:07 +01:00
50ddd1c2bb add related model load tests 2021-03-10 14:01:16 +01:00
01904580e5 add release docs, add docs, finish tests 2021-03-10 11:39:51 +01:00
0ea9b0952c add default exceptions to relations, test one argument, test querysetproxy, test deeply nested 2021-03-09 10:13:51 +01:00
472c8368e4 add docs, release docs 2021-03-07 18:50:35 +01:00
eeabb60200 add is null filter, add complex fiters (and_ & or_) and basic tests for them 2021-03-06 13:07:22 +01:00
526eb740b2 Merge branch 'master' into m2m_fields 2021-03-05 18:13:54 +07:00
8682427910 for now revert type changes to avoid mypy errors, add validation for through models, clean docs etc 2021-03-05 12:02:41 +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
5912a48778 Merge branch 'master' of https://github.com/collerek/ormar 2021-02-28 09:16:58 +01:00
62a6fb9063 fix after pydantic update, pin dependencies 2021-02-28 09:16:36 +01:00
7bf781098f add update to queryset, add update_through_instance, start to update docs 2021-02-26 11:28:44 +01:00
5307138b03 Fix a typo 2021-02-25 13:29:04 +03:00
dedc90329c fix multiple pkonly models with same name in openapi schema 2021-02-17 18:19:48 +01:00
ef0a4cbd49 fix json fields and fix choices validation 2021-02-11 11:25:08 +01:00
85a191bb6d update badges, docs, quick start 2021-02-06 13:46:12 +01:00
867d480728 bump version, update realease, convert enums to vals 2021-02-03 14:26:40 +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
84d67f4745 update workflow for code climate coverage 2021-01-29 15:33:36 +01:00
10b396093e update release file 2021-01-29 14:32:32 +01:00
4788394565 add pagination method, add tests, update api docs, bump version, add release info 2021-01-29 14:24:53 +01:00
95385425fe update the dosc with split of queries, fix tests 2021-01-29 11:17:43 +01:00
2f8645b1a2 work on docs in queries 2021-01-28 17:48:32 +01:00
b710ed9780 add tests for cross model forward references, add docs for processing forwardrefs, wip on refactoring queries into separate pages based on functionality 2021-01-26 17:29:40 +01:00
0fe95b0c7b Refactor in join in order to make possibility for nested duplicated relations (and it was a mess :D) 2021-01-15 17:05:23 +01:00
1df274b6e0 change order by key to table alias as this one should be unique, name of the field dont have to be, fill release 2021-01-06 16:48:16 +01:00
e42bf110cd add more test with inheritance, fix ordering of subquery in first and get, regenerate api docs with only documented items 2021-01-06 14:35:18 +01:00
3279ef7a85 finish inheritance docs, remove original through model from metadta, add high level overview in api docs 2021-01-05 15:18:13 +01:00
9f8e8e87e8 next part of the docs and api documentation in beta ver 2021-01-04 19:38:21 +01:00
e4b4d9451d fill part of queryset docstrings 2021-01-03 17:54:09 +01:00
a32a3b9d59 finish docstrings in relations package 2021-01-03 16:46:46 +01:00