exclude through models
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user