Marshmallow/Flask-Marshmallow provides some aliases for fields, for example, Str and String. To keep everything simple and consistent, I suggest removing these aliases, so that the IDE will not prompt Url and URL when you type "U" (in that case the users have to make the choice each time).
Proposal:
Remove the following aliases:
- Str
- Int
- Bool
- Url
- UrlFor
- AbsoluteUrlFor
Keep the following:
- String
- Integer
- Boolean
- URL
- URLFor
- AbsoluteURLFor
Originally posted in apiflask/apiflask#63
Marshmallow/Flask-Marshmallow provides some aliases for fields, for example,
StrandString. To keep everything simple and consistent, I suggest removing these aliases, so that the IDE will not promptUrlandURLwhen you type "U" (in that case the users have to make the choice each time).Proposal:
Remove the following aliases:
Keep the following:
Originally posted in apiflask/apiflask#63