allow_column_override was removed from SQLAlchemy 0.5, still present in documentation

Issue #1381 resolved
Former user created an issue

In SQLAlchemy-0.5.3-py2.5.egg allow_column_override is not present in the keyword arguments of the constructor of the Mapper object. It is still present in the documentation and in the mapper function's docstring:

  allow_column_override
    If True, allows the usage of a ``relation()`` which has the
    same name as a column in the mapped table.  The table column
    will no longer be mapped.

This should be dropped.

Comments (2)

  1. Log in to comment