Skip to content

Commit

Permalink
Update basic-mapping.rst
Browse files Browse the repository at this point in the history
The attribute name is "name", not "column", isn't it?
  • Loading branch information
jbruni committed Aug 3, 2013
1 parent a19106b commit 13c1efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/reference/basic-mapping.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 13c1efb

Please sign in to comment.