]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- add a new "on mapper configured" event - handy !
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 25 Dec 2010 18:22:12 +0000 (13:22 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 25 Dec 2010 18:22:12 +0000 (13:22 -0500)
commit9c7b00455954239dd2f8f9813fb1c024f4202ebf
tree0fc70611b00cf4f40c1d7c736d442a7d014dcba6
parent5291df27000d5da8693c1278de557d01ffca046b
- add a new "on mapper configured" event - handy !
examples/mutable_events/__init__.py
examples/mutable_events/scalars.py
lib/sqlalchemy/orm/events.py
lib/sqlalchemy/orm/mapper.py