]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Include column_property composition examples
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 3 Mar 2020 13:58:35 +0000 (08:58 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 3 Mar 2020 13:58:35 +0000 (08:58 -0500)
commit4c81d99bab0e884473abfcb573772aa5d94264c7
tree5d7e794e19b10dc8f0d432554a8f224200928a3c
parentb5050beb73b2e50b122c36e7dcdc06abffd472f2
Include column_property composition examples

Add cross-linking between column_property() and ColumnProperty

Add section to describe using .expression

remove inherited-members from ColumnProperty to greatly
decrease verbosity

Fixes: #5179
Change-Id: Ic477b16350dbf551100b31d14ff3ba8ba8221a43
doc/build/orm/internals.rst
doc/build/orm/mapped_sql_expr.rst
doc/build/orm/mapping_columns.rst
lib/sqlalchemy/orm/properties.py