]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
added backref() function, allows the creation of a backref where you also send keywor...
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 7 Mar 2006 03:14:08 +0000 (03:14 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 7 Mar 2006 03:14:08 +0000 (03:14 +0000)
commit55ad2dc22a715bf38e070a5566e57e6228eaa0d7
treee0e4465add1b82a35f82f02ecf735bf88fdc447d
parent2d596b61c06aca5409b4c219e267f152dc9e3293
added backref() function, allows the creation of a backref where you also send keyword arguments that will be placed on the relation
examples/backref/backref_tree.py [new file with mode: 0644]
lib/sqlalchemy/mapping/__init__.py
lib/sqlalchemy/mapping/properties.py