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:
Igor Nehoroshev
2020-11-03 19:22:09 +02:00
parent 8e2a368203
commit a72478d33d
3 changed files with 13 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,