are **evaluated as Python code expressions using eval(). DO NOT PASS
UNTRUSTED INPUT TO THESE ARGUMENTS.**
+.. _orm_declarative_table_adding_relationship:
+
Adding Relationships to Mapped Classes After Declaration
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
It should also be noted that in a similar way as described at
:ref:`orm_declarative_table_adding_columns`, any :class:`_orm.MapperProperty`
no :class:`.Table` of their own. This is illustrated in the section
:ref:`single_inheritance`.
+Note that in a similar fashion a :func:`_orm.relationship` can be added
+to an existing declarative table mapping as described in
+:ref:`orm_declarative_table_adding_relationship`.
+
.. note:: Assignment of mapped
properties to an already mapped class will only
function correctly if the "declarative base" class is used, meaning