exclude through models

This commit is contained in:
collerek
2021-06-06 15:58:38 +02:00
parent fa061e06eb
commit 13a8655126
4 changed files with 63 additions and 3 deletions

View File

@ -168,7 +168,7 @@ By default `Through` model relation names default to related model name in lower
So in example like this:
```python
... # course declaration ommited
... # course declaration omitted
class Student(ormar.Model):
class Meta:
database = database