graceful
graceful copied to clipboard
Mark all keyword arguments in BaseField as keyword only
Because we do not plan to use Python2 we can mark all keyword arguments as keyword-only (PEP 3102). This will make easier to extend existing base field functionality and custom field classes.