rc for skip of literal binds
This commit is contained in:
@ -14,4 +14,4 @@ class Course(ormar.Model):
|
||||
|
||||
id = ormar.Integer(primary_key=True)
|
||||
name = ormar.String(max_length=100)
|
||||
completed = ormar.Boolean(default=False)
|
||||
completed = ormar.Boolean(default=False)
|
||||
|
||||
Reference in New Issue
Block a user