﻿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
33198	BinaryField documentation references length in characters, which is incorrect	Gavin Wahl	Nick Frazier	"From the BinaryField documentation:

{{{
.. attribute:: BinaryField.max_length

    The maximum length (in characters) of the field. The maximum length is
    enforced in Django's validation using
    :class:`~django.core.validators.MaxLengthValidator`.
}}}

BinaryFields do not store characters, they store bytes. It should be 'The maximum length (in bytes) of the field'"	Bug	closed	Documentation	3.2	Normal	fixed			Accepted	1	0	0	0	1	0
