rc for skip of literal binds
This commit is contained in:
@ -14,4 +14,4 @@ class Course(ormar.Model):
|
||||
|
||||
id: int = ormar.Integer(primary_key=True)
|
||||
name: str = ormar.String(max_length=100)
|
||||
department: Optional[Union[Department, Dict]] = ormar.ForeignKey(Department)
|
||||
department: Optional[Union[Department, Dict]] = ormar.ForeignKey(Department)
|
||||
|
||||
Reference in New Issue
Block a user