﻿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
2417	Support for binary type fields (aka: bytea in postgres and VARBINARY in mysql)	scanner@…		"I have a need of having fields that store small blips of binary information. In general this works fine with the CharField, however it will not work for all such fields. For example a datum that is just the NUL character, or a series of NUL characters. With postgres at least: ""Character strings disallow zero octets,""

These are not things like images or other such large amounts of data. They are typically fairly short (10 to 200 bytes).

For my purposes I created a small patch that adds a new field type that basically is a CharField except it uses the binary type on postgres and mysql.

Does the django project plan on supporting a binary type field, if so should I post my patch for this?
"	New feature	closed	Database layer (models, ORM)	dev	Normal	fixed		matthias@… myer0052@… Maniac@… mpjung@… nelchael@… sam@… bsdlogical@… david@… vic@… eric@… alex@… django@… hanne.moa@… dcwatson@… spang@… lidaobing@… conrad.irwin@… ivan@… t.django@… ruckc@… clouserw@… simon@… bronger@… phartig@… daniel.watkins@… Marti Raudsepp django@… inactivist@… TTimo slafs@…	Ready for checkin	1	0	0	0	0	0
