1 Commits
Author SHA1 Message Date
Nate ClarkandGitHub 97ec2ee43b Allow Field.widget to be a class or instance (#426)
According to source below, a Field's widget is allowed to be a class or instance of Widget.

https://github.com/django/django/blob/156a2138db20abc89933121e4ff2ee2ce56a173a/django/forms/fields.py#L63-L66
2020-07-16 00:51:29 +03:00