From 622ead6aaf55288cd355f22e8bb9c56d8e12556c Mon Sep 17 00:00:00 2001 From: Cameron Curry Date: Mon, 18 Dec 2017 21:19:57 +0100 Subject: Fixed #28937 -- Allowed BinaryField to be editable=True. --- docs/topics/forms/modelforms.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/topics/forms') diff --git a/docs/topics/forms/modelforms.txt b/docs/topics/forms/modelforms.txt index 1969474b89..c261fb75d7 100644 --- a/docs/topics/forms/modelforms.txt +++ b/docs/topics/forms/modelforms.txt @@ -62,6 +62,11 @@ Model field Form field ``min_value`` set to -9223372036854775808 and ``max_value`` set to 9223372036854775807. +:class:`BinaryField` :class:`~django.forms.CharField`, if + :attr:`~.Field.editable` is set to + ``True`` on the model field, otherwise not + represented in the form. + :class:`BooleanField` :class:`~django.forms.BooleanField` :class:`CharField` :class:`~django.forms.CharField` with -- cgit v1.3