e0d1e48c02Fix typo in docstring
johnthagen
2021-04-22 16:02:04 -04:00
ecd613d486Merge pull request #171 from collerek/fix_docs
collerek
2021-04-22 19:01:36 +02:00
2088cb16b5fix isnull typo and formatting
collerek
2021-04-22 18:55:45 +02:00
0fcdcbdf1dMerge pull request #161 from collerek/fields_access
collerek
2021-04-21 11:35:22 +02:00
c11e1a870fupdate docs and readme
collerek
2021-04-21 11:28:49 +02:00
ac4712f87cexclude sqlite from replacing double %
collerek
2021-04-20 12:46:05 +02:00
1e68d42643exclude sqlite from replacing double %
collerek
2021-04-20 12:38:11 +02:00
ac426de757replace double % for some dialects
collerek
2021-04-20 12:10:39 +02:00
d5295543d4replace double % for some dialects
collerek
2021-04-20 12:06:50 +02:00
8b951a48beremove emailstr to vavoid additional deps
collerek
2021-04-20 11:59:36 +02:00
5e38426694finish release notes, add more test
collerek
2021-04-20 11:52:41 +02:00
7a27778b44add and/or/not to filtergroups, add left and right shift to operators, add some tests, add *args to other functions that read data and use filter
collerek
2021-04-19 19:49:42 +02:00
c49d21f605wip adding filtering and order by with field chain access instead of strings
collerek
2021-04-17 16:24:42 +02:00
fa792404bfMerge pull request #150 from collerek/relations_params
collerek
2021-04-16 16:39:21 +02:00
15e12ef55ballow customization of through model relation names
collerek
2021-04-16 16:27:07 +02:00
854b27947amodify save_related to be able to save whole tree from dict - including reverse fk and m2m relations - with correct order of saving
collerek
2021-04-12 17:39:42 +02:00
b3b1c156b5add skip_reverse parameter, add links to related libs, fix weakref error, fix through error with extra=forbid
collerek
2021-04-11 18:43:23 +02:00
e553885221Merge pull request #140 from collerek/fix_queryset_alias
collerek
2021-04-06 14:25:24 +02:00
f615b7d55eadd _columns to Model.update()
collerek
2021-04-06 11:00:11 +02:00
2cc3b55a7cfix bulk_create trying to save property fields and pydantic fields
collerek
2021-04-02 11:27:22 +02:00
9fcd7b8eeffix translating to dict lists with same name of relation but different target models
collerek
2021-04-01 17:40:38 +02:00
749975d665fix merging non relation list fields
collerek
2021-03-31 17:07:42 +02:00
4dc11b0de4exclude pk_only models from beeing save_related
collerek
2021-03-30 17:54:28 +02:00
04047e4cd9change order in save_related -> first upsert self then follow
collerek
2021-03-30 17:33:30 +02:00
347c056c30fix dict subtracting with dict and set
collerek
2021-03-30 17:12:56 +02:00
64d3d1b693add exclude to save_related method, switch to same relation_map from iter
collerek
2021-03-30 16:26:10 +02:00
da05e5ba1dsplit tests into packages
collerek
2021-03-30 12:48:39 +02:00
f0023773e3switch dict() to include relations comming from _iterate_related_models and not only nested not nullable ones
collerek
2021-03-30 12:16:33 +02:00
844ecae8f9fix recursion limit for complicated models structures with many loops
collerek
2021-03-29 17:07:01 +02:00
5a3b170d06add save_all, some optimizations
collerek
2021-03-26 16:28:34 +01:00