]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
overhaul to MapperExtension so they arent chained via "next"; this breaks all over...
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 18 Jul 2006 15:14:55 +0000 (15:14 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 18 Jul 2006 15:14:55 +0000 (15:14 +0000)
commit4a02ef1c091d6ab0ee0cac1f2e42e697d62b5f98
treec9ef54c61f885ab5655dfdb592730635e7676870
parent8f2dddc1716d713a0a919534d383b5b781717557
overhaul to MapperExtension so they arent chained via "next"; this breaks all over the place since extensions get copied between mappers etc.  now theyre assembled into a list, of which a single extension can belong to many different lists.
CHANGES
lib/sqlalchemy/orm/mapper.py