summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext/instrumentation.py
Commit message (Collapse)AuthorAgeFilesLines
* just a pep8 pass of lib/sqlalchemy/extDiana Clarke2012-11-191-8/+18
|
* - move load_scalar_attributes out to loading.pyMike Bayer2012-07-141-18/+19
|
* - [moved] The InstrumentationManager interfaceMike Bayer2012-06-241-0/+396
and the entire related system of alternate class implementation is now moved out to sqlalchemy.ext.instrumentation. This is a seldom used system that adds significant complexity and overhead to the mechanics of class instrumentation. The new architecture allows it to remain unused until InstrumentationManager is actually imported, at which point it is bootstrapped into the core.