Files
ormar/docs/api/models/model-table-proxy.md
collerek 96c9615229 add docs
2021-06-08 14:34:02 +02:00

19 lines
390 B
Markdown

<a name="models.modelproxy"></a>
# models.modelproxy
<a name="models.modelproxy.ModelTableProxy"></a>
## ModelTableProxy Objects
```python
class ModelTableProxy(
PrefetchQueryMixin,
MergeModelMixin,
SavePrepareMixin,
ExcludableMixin,
PydanticMixin)
```
Used to combine all mixins with different set of functionalities.
One of the bases of the ormar Model class.