readme: add Choice to list of fields supported
1 files changed, 1 insertions(+), 0 deletions(-)

M README.rst
M README.rst +1 -0
@@ 232,6 232,7 @@ Morf offers various builtin field types:
 - ``morf.fields.Date``
 - ``morf.fields.DateTime``
 - ``morf.fields.Bool``
+- ``morf.fields.Choice``
 - ``morf.fields.MultipleChoice``
 - ``morf.fields.ListOf``, a container for creating lists of other fields