Correct spelling mistakes (#1163)
Co-authored-by: collerek <collerek@gmail.com>
This commit is contained in:
@ -198,7 +198,7 @@ To customize the names of fields/relation in Through model now you can use new p
|
||||
Example:
|
||||
|
||||
```python
|
||||
... # course declaration ommited
|
||||
... # course declaration omitted
|
||||
class Student(ormar.Model):
|
||||
class Meta:
|
||||
database = database
|
||||
@ -419,4 +419,4 @@ To read which methods of QuerySet are available read below [querysetproxy][query
|
||||
[exists]: ./queries.md#exists
|
||||
[fields]: ./queries.md#fields
|
||||
[exclude_fields]: ./queries.md#exclude_fields
|
||||
[order_by]: ./queries.md#order_by
|
||||
[order_by]: ./queries.md#order_by
|
||||
|
||||
Reference in New Issue
Block a user