From 4c1759eecb0f058a92019490259261d733633876 Mon Sep 17 00:00:00 2001 From: Peter Hoffmann Date: Thu, 13 Dec 2012 17:53:44 +0100 Subject: [PATCH] Keyname was obviously changed in (latest) 2.3.1, cost me some hours to figure out, NOT cool! --- en/reference/basic-mapping.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/reference/basic-mapping.rst b/en/reference/basic-mapping.rst index bb5c128e2..dd10ae777 100644 --- a/en/reference/basic-mapping.rst +++ b/en/reference/basic-mapping.rst @@ -287,7 +287,7 @@ list: - ``type``: (optional, defaults to 'string') The mapping type to use for the column. -- ``name``: (optional, defaults to field name) The name of the +- ``column``: (optional, defaults to field name) The name of the column in the database. - ``length``: (optional, default 255) The length of the column in the database. (Applies only if a string-valued column is used).