From 13c1efb240dd0af25ad0abe230df98ec895892c7 Mon Sep 17 00:00:00 2001 From: J Bruni Date: Sat, 3 Aug 2013 11:26:37 -0300 Subject: [PATCH] Update basic-mapping.rst The attribute name is "name", not "column", isn't it? --- docs/en/reference/basic-mapping.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/reference/basic-mapping.rst b/docs/en/reference/basic-mapping.rst index 2909048dd4d..6537b0b12c3 100644 --- a/docs/en/reference/basic-mapping.rst +++ b/docs/en/reference/basic-mapping.rst @@ -297,7 +297,7 @@ list: - ``type``: (optional, defaults to 'string') The mapping type to use for the column. -- ``column``: (optional, defaults to field name) The name of the +- ``name``: (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).