Merge branch 'master' of https://github.com/collerek/ormar into add_order_by

This commit is contained in:
collerek
2020-11-09 13:55:50 +01:00
4 changed files with 40 additions and 13 deletions

View File

@ -50,7 +50,7 @@ Will produce:
'name': mappingproxy({'allow_blank': False,
'autoincrement': False,
'choices': set(),
'column_type': String(length=100),
'column_type': String(max_length=100),
'curtail_length': None,
'default': None,
'index': False,