next part of the docs and api documentation in beta ver
This commit is contained in:
14
docs/api/models/model-table-proxy.md
Normal file
14
docs/api/models/model-table-proxy.md
Normal file
@ -0,0 +1,14 @@
|
||||
<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.
|
||||
|
||||
Reference in New Issue
Block a user