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