]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
synonym does not create the proxying behavior unless the flag 'proxy=True' is set up
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 17 Oct 2006 18:11:21 +0000 (18:11 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 17 Oct 2006 18:11:21 +0000 (18:11 +0000)
commit4d2be119f05ef2dfb431830f142e7502da418e93
tree295fd6b21b85c7770477c502e80ab71e0818072c
parent9e74371d5320e11f34ee5009267174f5a5c482b4
synonym does not create the proxying behavior unless the flag 'proxy=True' is set up
doc/build/content/adv_datamapping.txt
lib/sqlalchemy/orm/__init__.py
lib/sqlalchemy/orm/properties.py
test/orm/mapper.py