﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
28937	BinaryField enforces editable=False	James Pic	nobody	"Currently, it's hard to make a BinaryField subclass which has an upload widget because it hardcodes editable=False: https://github.com/django/django/blob/master/django/db/models/fields/__init__.py#L2298

Can we replace this with kwargs.setdefault('editable', False) ?

Thanks"	New feature	new	Database layer (models, ORM)	2.0	Normal				Unreviewed	0	0	0	0	1	0
