﻿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	Allow BinaryField to be editable=True	James Pic	Cameron Curry	"Currently, it's hard to make a BinaryField subclass which has an upload widget because it [https://github.com/django/django/blob/master/django/db/models/fields/__init__.py#L2298 hardcodes editable=False].

Can we replace this with `kwargs.setdefault('editable', False)` ?

Thanks"	New feature	assigned	Database layer (models, ORM)	master	Normal				Ready for checkin	1	0	0	0	1	0
