]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
ActiveMapper now supports autoloading of column definitions if you supply
authorJonathan LaCour <jonathan@cleverdevil.org>
Fri, 14 Jul 2006 14:54:53 +0000 (14:54 +0000)
committerJonathan LaCour <jonathan@cleverdevil.org>
Fri, 14 Jul 2006 14:54:53 +0000 (14:54 +0000)
commite58578cb4b5e96c2c99e84f6f67a773d168b8bd1
tree78178b3aa43f5be426ec9695c38c23cbca2102b1
parentd0b0c6ec3502a74f5009774e32d4a65ebd719521
ActiveMapper now supports autoloading of column definitions if you supply
a __autoload__ = True attribute in your inner mapping class.  It does not
currently support autoloading relationships.
CHANGES
lib/sqlalchemy/ext/activemapper.py