[DOC] fields.py: oldname key

This commit is contained in:
Richard Mathot 2014-11-03 18:09:16 +05:30
parent 45d649e44d
commit ef862084c9
1 changed files with 3 additions and 0 deletions

View File

@ -125,6 +125,9 @@ class Field(object):
``one2many`` and computed fields, including property fields and
related fields)
:param string oldname: the previous name of this field, so that ORM can rename
it automatically at migration
.. _field-computed:
.. rubric:: Computed fields