]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
ORM descriptors such as hybrid properties can now be referenced
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 2 Jul 2013 22:02:20 +0000 (18:02 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 2 Jul 2013 22:02:56 +0000 (18:02 -0400)
commit761414a07be34aaebf76e7e35707c2d8d8772bb8
treedadb54da3d165a702eed2a6a0037c5c65b16e420
parent1bdd0bac3f01ebb832da71d979fc21a0ee949eb7
ORM descriptors such as hybrid properties can now be referenced
by name in a string argument used with ``order_by``,
``primaryjoin``, or similar in :func:`.relationship`,
in addition to column-bound attributes. [ticket:2761]
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/ext/declarative/clsregistry.py
test/ext/declarative/test_basic.py