From 475eb5df25b03e9a632347e0393c5c1b6f2d9dab Mon Sep 17 00:00:00 2001 From: John Carter Date: Sun, 27 Mar 2016 16:11:12 +1300 Subject: [PATCH] tweak --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 0c1346e..ff16f35 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -92,7 +92,7 @@ For example, to force a value to be handled as a string: Custom field types are supported using the dictionary :setting:`CONSTANCE_ADDITIONAL_FIELDS`. This is a mapping between a field label and a sequence (list or tuple). The first item in the sequence is the string -class path of a field class, and the (optional) second item is a dictionary used to configure the field. +path of a field class, and the (optional) second item is a dictionary used to configure the field. The `widget` and `widget_kwargs` keys in the field config dictionary can be used to configure the widget used in admin, the other values will be passed as kwargs to the field's `__init__()`