graceful icon indicating copy to clipboard operation
graceful copied to clipboard

Mark all keyword arguments in BaseField as keyword only

Open swistakm opened this issue 7 years ago • 0 comments

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.

swistakm avatar Apr 13 '17 11:04 swistakm