Commit Graph

210 Commits

Author SHA1 Message Date
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
27c377ec5c add cloning through model and working inheritance with many to many fields - for further tests 2020-12-29 16:40:46 +01:00
63f7b0d572 update docs 2020-12-22 13:10:48 +01:00
c8aad2385c change limit/offset with select related to be applied on a subquery and limit only main model query 2020-12-21 18:42:17 +01:00
c096e6dbbd add some docstrings in the model, fix quickstart 2020-12-16 16:15:33 +01:00
48b40d5a3c fix confligs after merge from master 2020-12-15 14:43:15 +01:00
9cf0a7ded0 connect db, bump ver, update releases 2020-12-15 14:31:13 +01:00
fed54a7a71 merge from master, simplify props in meta inheritance 2020-12-14 20:56:58 +01:00
eeee0409ac change issue in docs 2020-12-14 19:10:23 +01:00
89a55d36b8 cleanup, update docs, bump version 2020-12-14 19:05:54 +01:00
6e67b69385 fix for issue 73 2020-12-14 15:36:04 +01:00
4cca8fe63f divide docs in sections, provide Meta attributes inheritance, add tests for fastapi use wih mixins and concrete 2020-12-11 15:51:29 +01:00
fd3bb53ba1 bump version, update realease docs 2020-12-11 13:32:22 +01:00
bae2d8e1c8 clean the meta, more tests, partial update of the docs 2020-12-11 13:13:13 +01:00
2e7cad722b reorganize docs into sections for easier navigation part 1 2020-12-10 18:10:08 +01:00