Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - they don't want "on_". First step, change the naming convention on Events | Mike Bayer | 2010-12-30 | 1 | -3/+3 | |
| | | | | so that non-events are just _name. | |||||
* | new calling style: event.listen(target, identifier, fn) | Mike Bayer | 2010-12-01 | 1 | -8/+8 | |
| | ||||||
* | - event documentation bonanza | Mike Bayer | 2010-11-14 | 1 | -4/+52 | |
| | ||||||
* | more docs | Mike Bayer | 2010-11-10 | 1 | -0/+37 | |
| | ||||||
* | - move deprecated interfaces down to bottom of TOC, update verbiage | Mike Bayer | 2010-11-10 | 1 | -7/+60 | |
| | | | | | | | | | | | | | - more docs for engine, pool, DDL events - update DDL sequences documentation to use events - update DDL() docstring to refer to execute_if() - document parameters for DDLElement.execute_if() - add retval=True flag to Engine.on_before_execute(), on_before_cursor_execute(). wrap the function if retval=False, check for appropriate usage of the flag, add tests. - remove ScopedSession.mapper and tests entirely - remove ExtensionCarrier and tests - change remaining tests that use MapperExtension to use MapperEvents | |||||
* | - basic docs | Mike Bayer | 2010-11-09 | 1 | -4/+25 | |
| | | | | - poolevent accepts Engine as a target | |||||
* | - reorganization | Mike Bayer | 2010-09-14 | 1 | -0/+160 | |
- attrbutes.py splits into attribtes.py and instrumentation.py - all the various Event subclasses go into events.py modules - some ideas for orm events - move *Extension out to deprecated_interfaces |