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