]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
attributes overhaul #2 - attribute manager now tracks class-level initializers strict...
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 3 Apr 2006 21:04:16 +0000 (21:04 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 3 Apr 2006 21:04:16 +0000 (21:04 +0000)
commit837b5407a4ad385f545c4ba2fb316f3f8056ca9f
tree8c43de4bf325f5587934613b5a80fa56f29a8271
parent82104a5d0dd3a1b428298dde98354821115c7c0f
attributes overhaul #2 - attribute manager now tracks class-level initializers strictly through the SmartPropery instances attached to the class, so that attributes retain their natural polymorphic behavior.  naming conventions migrating to "managed_attribute", simplifying codepaths.
lib/sqlalchemy/attributes.py
lib/sqlalchemy/mapping/unitofwork.py
test/attributes.py
test/mapper.py
test/masscreate.py
test/objectstore.py