summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/events.py
Commit message (Expand)AuthorAgeFilesLines
* - Fixed bug where :class:`.AbstractConcreteBase` would fail to beMike Bayer2014-02-111-0/+17
* - Fixed an 0.9 regression where ORM instance or mapper events appliedMike Bayer2014-02-091-18/+12
* - happy new yearMike Bayer2014-01-051-1/+1
* Generate API and resolve cross referencesVraj Mohan2013-11-171-4/+4
* Fix indentation issues in docstringspr/43Vraj Mohan2013-11-121-3/+3
* - spot checking of imports, obsolete functionsMike Bayer2013-08-171-1/+0
* - apply an import refactoring to the ORM as wellMike Bayer2013-08-141-32/+62
* - update ORM event docs to include that you can listen on an unmapped base,Mike Bayer2013-07-311-29/+32
* - Removal of event listeners is now implemented. The feature isMike Bayer2013-07-261-53/+52
* - The mechanism by which attribute events pass along anMike Bayer2013-07-261-6/+27
* Fixed bug in ORM-level event registration where the "raw" orMike Bayer2013-07-181-5/+8
* - create a new system where we can decorate an event methodMike Bayer2013-07-081-14/+50
* - A clear error message is emitted if an event handlerMike Bayer2013-02-251-4/+104
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
* just a pep8 pass of lib/sqlalchemy/orm/Diana Clarke2012-11-191-71/+88
* update the introMike Bayer2012-10-311-2/+2
* - do a straight __subclasses__ traversal here, so that we aren'tMike Bayer2012-10-281-9/+15
* - cover additional cases for [ticket:2585], where events are applied to base ...Mike Bayer2012-10-281-1/+12
* - lets default propagate to True here since it was essentially alwaysMike Bayer2012-10-121-1/+7
* - [feature] Improvements to event listening forMike Bayer2012-10-121-9/+122
* mapper configured docMike Bayer2012-09-211-2/+10
* - [feature] New session events after_transaction_createMike Bayer2012-09-201-0/+20
* - rework scoped_session and sessionmaker, [ticket:2500]Mike Bayer2012-09-101-7/+15
* - modernize most of the postgis example. would like to do [ticket:1534] also.Mike Bayer2012-08-161-2/+4
* - update engine docstrings due to moveMike Bayer2012-08-131-1/+1
* - express most of the orm.util functions in terms of the inspection systemMike Bayer2012-07-161-173/+173
* - move all of orm to use absolute importsMike Bayer2012-06-231-1/+1
* Add some `Sphinx` paragraph level versions informations markups,Mike Bayer2012-06-081-1/+1
* - add before_attach event, [ticket:2464]Mike Bayer2012-06-071-1/+27
* - [bug] Fixed bug whereby event.listen(SomeClass)Mike Bayer2012-01-071-1/+1
* - fix the index, [ticket:2366]Mike Bayer2012-01-051-42/+138
* happy new yearMike Bayer2012-01-041-1/+1
* update query.update(), query.delete(), sessionevents.after_bulk_update(), ses...Mike Bayer2011-12-061-14/+16
* remove all inline imports statements from events.py, [ticket:2279]Mike Bayer2011-09-221-33/+23
* - New event hook, MapperEvents.after_configured().Mike Bayer2011-09-101-0/+15
* and lets use the right method name here...Mike Bayer2011-08-251-3/+3
* add more discouragment from using before_/after_ mapper events for anything O...Mike Bayer2011-08-251-0/+24
* - Added after_soft_rollback() Session event. ThisMike Bayer2011-08-011-9/+84
* - some doc reorgMike Bayer2011-03-171-1/+1
* corrected a bunch of spelling typosDiana Clarke2011-02-281-4/+4
* - Fixed bug whereby Session.merge() would call theMike Bayer2011-02-121-1/+3
* - typo fix [ticket:2017]Mike Bayer2011-02-101-1/+1
* doc updatesMike Bayer2011-01-031-2/+37
* - add support for pickling with mutable scalars, mutable compositesMike Bayer2011-01-021-0/+27
* - whitespace removal bonanzaMike Bayer2011-01-021-123/+123
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-021-0/+6
* - add QueryContext to load(), refresh()Mike Bayer2010-12-311-8/+41
* - removes the "on_" prefix.Mike Bayer2010-12-301-51/+51
* - factor out the dependency on the "on_" nameMike Bayer2010-12-301-1/+1
* - they don't want "on_". First step, change the naming convention on EventsMike Bayer2010-12-301-21/+21