]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Moved r5164's @lazy_property to @memoized_property, updated existing @memoize consumers.
authorJason Kirtland <jek@discorporate.us>
Fri, 17 Oct 2008 20:04:11 +0000 (20:04 +0000)
committerJason Kirtland <jek@discorporate.us>
Fri, 17 Oct 2008 20:04:11 +0000 (20:04 +0000)
commit654794cdcf89eb7842ddf06bd9316bd860bca9e7
tree2ffdb84bef6c5af105b1e8606b24202a20ac7dd3
parent6481d24642488bd445bc0ab29d211fe468814e1c
Moved r5164's @lazy_property to @memoized_property, updated existing @memoize consumers.
lib/sqlalchemy/orm/mapper.py
lib/sqlalchemy/orm/properties.py
lib/sqlalchemy/orm/unitofwork.py
lib/sqlalchemy/util.py