Commit Graph

58 Commits

Author SHA1 Message Date
f93ab413de add get_pydantic and basic tests 2021-05-23 16:44:24 +02:00
e4b4d9451d fill part of queryset docstrings 2021-01-03 17:54:09 +01:00
7a8d11b1c7 finish docstrings in models package 2021-01-01 12:54:38 +01:00
101ea57879 further refactor into mixins 2020-12-31 09:23:21 +01:00
e695db712f refactor and cleanup - drop of resolving relation names as not fully proper, extract mixins from modelproxy to be more maintainable, add some docstrings 2020-12-30 16:41:26 +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
514e8c4ad5 progress in removing resolving_relation_name as it's wrong for multiple related columns leading to same model 2020-12-21 12:03:59 +01:00
48b40d5a3c fix confligs after merge from master 2020-12-15 14:43:15 +01:00
daf47f891e fixed in general 2020-12-15 14:11:46 +01:00
1b42d321b9 first passing to clean and check 2020-12-15 11:55:07 +01:00
fed54a7a71 merge from master, simplify props in meta inheritance 2020-12-14 20:56:58 +01:00
6e67b69385 fix for issue 73 2020-12-14 15:36:04 +01:00
53e0fa8e65 add mixin support with fields definitions 2020-12-09 14:27:10 +01:00
f071d4538e bump version, update docs 2020-12-04 15:10:00 +01:00
00ab8a6d1d switch to decorator used to register property_fields and save it on Meta inner class to expose to cloned fastapi models 2020-12-04 09:51:00 +01:00
3b164c76de revert adding props to fields 2020-12-03 16:39:14 +01:00
b838fa1edf some cleanup and optimization 2020-12-03 09:15:19 +01:00
4e10ff03e2 more optimizations 2020-12-02 20:39:30 +01:00
3e615a8057 work in progres pydantic_only and properties 2020-12-02 19:15:55 +01:00
380bb291f9 fix for issue-60 2020-12-02 13:53:05 +01:00
0ed4ef4833 fix dumping to dict with include and exclude 2020-11-27 18:51:40 +01:00
164ea17c73 fix minor code smells 2020-11-26 12:31:56 +01:00
ba360974de some refactors and cleanup 2020-11-26 07:26:16 +01:00
f8dbb76965 add aliases to test prefetch_related 2020-11-26 06:33:24 +01:00
1dc05a0fe3 apply suggestion on adding model_dict.pop(field, None)` since the model might be missing the field and that would cause an error. 2020-11-25 08:49:04 +00:00
6f9b32b575 refactor to a more sensible test.
reduce cyclomatic complexity of if clause
2020-11-24 18:52:51 +00:00
0679bb4158 Remove else clause that was never hit. 2020-11-24 09:31:59 +00:00
3eccd05ece support updating models on the many side of the one-to-many relations. 2020-11-24 08:49:29 +00:00
0f36944fe1 add safe fails for adding and removing not saved models to many to many rel, add tests for save_related 2020-11-14 14:47:33 +01:00
b0cf916531 add saving status and basic test for this 2020-11-13 13:39:19 +01:00
d8391851fa some further cleanup and optim 2020-11-12 08:56:16 +01:00
e743286008 some cleanup of unused relations code, introduced caching of related_names and props on model, set profiling 2020-11-12 08:11:40 +01:00
1242e5d600 allow passing a dict and set to fields and exclude_fields, store it as dict 2020-11-11 19:00:03 +01:00
9350b929aa black, add additional tests with combined fields and exclude_fields, add aliases for column names to tests with fields and exclude_fields 2020-11-11 10:10:30 +01:00
eafc6862f4 add exclude_fields queryset method 2020-11-10 16:54:24 +01:00
62d3388a97 cleaning and linting 2020-11-09 13:01:02 +01:00
ca38f7853e working order by, refactor models merging, refactors ordering into dict 2020-11-09 12:45:32 +01:00
8fba94efa1 allow change to build in type hints 2020-10-31 15:43:34 +01:00
29d04887b1 fix server_default not setting value in defaults, pop server_default fields if set to None, add tests, update docs 2020-10-28 15:34:40 +01:00
82e3eb94ae modify schema to show many to many as list of nested models, check openapi generation in tests 2020-10-27 17:55:41 +01:00
d3091c404f fix many_to_many lazy registration in fastapi cloned models, fixed ForeignKey not treated as subclasses of BaseModels in json schema 2020-10-27 13:49:07 +01:00
36300f9056 refactor translating of aliases from queryset to modelproxy 2020-10-26 14:50:04 +01:00
1897f1372c refactor getting aliased column names 2020-10-22 14:08:10 +02:00
dbca4367e8 fix qryset fields, model update, model delete, model load, qryset update, qruset filter, qryset bulk_load, qryset bulk_update 2020-10-21 12:14:14 +02:00
64fd9f3cce initial working solution for aliases/different db column names in basic operations 2020-10-14 18:08:36 +02:00
287b970a09 add fields method limiting the models columns fetched from db 2020-10-05 09:40:41 +02:00
d9aa269f7a finish mypy checks add reqs and linting 2020-09-29 17:06:41 +02:00
3caa87057e added mypy checks and some typehint changes to conform 2020-09-29 14:05:08 +02:00
a5abf2a403 add bulk_create and bulk_update and tests 2020-09-25 13:26:10 +02:00
29bcbae35d update readme, bump version 2020-09-24 16:32:34 +02:00