Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PEP8 style fixes | Brian Jarrett | 2014-07-13 | 1 | -3/+3 |
| | |||||
* | Add API generation to resolve cross references | Vraj Mohan | 2013-11-17 | 1 | -1/+1 |
| | |||||
* | - apply an import refactoring to the ORM as well | Mike Bayer | 2013-08-14 | 1 | -4/+4 |
| | | | | | | | | | - rework the event system so that event modules load after their targets, dependencies are reversed - create an improved strategy lookup system for the ORM - rework the ORM to have very few import cycles - move out "importlater" to just util.dependency - other tricks to cross-populate modules in as clear a way as possible | ||||
* | just a pep8 pass of lib/sqlalchemy/ext | Diana Clarke | 2012-11-19 | 1 | -8/+18 |
| | |||||
* | - move load_scalar_attributes out to loading.py | Mike Bayer | 2012-07-14 | 1 | -18/+19 |
| | |||||
* | - [moved] The InstrumentationManager interface | Mike Bayer | 2012-06-24 | 1 | -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. |