Fix inconsistencies in documentation
- Use max_length instead of length for String field - Use same annotations in README.md and index.md as in docs_src
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user