|
|
3ac767ed0f
|
bump version, update docs
|
2020-12-01 10:41:07 +01:00 |
|
|
|
61da7b4418
|
expose querysetproxy on reverse of foreignkey (virtual fk), add additional methods from queryset to querysetproxy
|
2020-12-01 08:27:08 +01: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 |
|
|
|
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 |
|
|
|
8fba94efa1
|
allow change to build in type hints
|
2020-10-31 15:43:34 +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 |
|
|
|
64fd9f3cce
|
initial working solution for aliases/different db column names in basic operations
|
2020-10-14 18:08:36 +02:00 |
|
|
|
3caa87057e
|
added mypy checks and some typehint changes to conform
|
2020-09-29 14:05:08 +02:00 |
|
|
|
6124830642
|
fix imports and styles after refactor
|
2020-09-15 12:53:14 +02:00 |
|
|
|
ca21e5dde5
|
further split of relations classes
|
2020-09-15 12:49:07 +02:00 |
|