|
|
a8ae50276e
|
update docs, add load_all(), tests for load_all, make through field optional
|
2021-03-03 19:48:40 +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 |
|
|
|
1242e5d600
|
allow passing a dict and set to fields and exclude_fields, store it as dict
|
2020-11-11 19:00:03 +01:00 |
|
|
|
cce59acd99
|
update docs, cleaning
|
2020-11-01 11:41:18 +01:00 |
|
|
|
358b5c2e52
|
restore typing in tests and docs, remove unused metaclass code
|
2020-11-01 10:11:25 +01:00 |
|
|
|
3c10892db7
|
liniting, black, mypy fixes
|
2020-10-31 18:22:15 +01:00 |
|
|
|
7d5e291a19
|
switch to equals in most of the code, fix dependencies, clean tests, make all not relation fields work with type hints
|
2020-10-31 18:11:48 +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 |
|
|
|
d1299b058d
|
add more test with alternative column names
|
2020-10-22 12:58:03 +02:00 |
|
|
|
394de2d11c
|
fix bug in bulk_update, update documentation, update readme, bump version
|
2020-10-22 12:48:40 +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 |
|