summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/events.py
Commit message (Expand)AuthorAgeFilesLines
* - Added a new event suite :class:`.QueryEvents`. TheMike Bayer2015-03-101-1/+54
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - wip - start factoring events so that we aren't using descriptors for dispatch,Mike Bayer2015-01-041-1/+2
* - Fixed bug that affected generally the same classes of eventMike Bayer2014-09-181-4/+8
* - Added new event handlers :meth:`.AttributeEvents.init_collection`Mike Bayer2014-09-071-0/+53
* - major refactoring/inlining to loader.instances(), though not reallyMike Bayer2014-08-281-139/+0
* - The "resurrect" ORM event has been removed. This event hook hadMike Bayer2014-08-251-12/+0
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-56/+71
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* typo: s/tranasction/transactionPriit Laes2014-06-281-1/+1
* - mark translate_row, create_instance, populate_instance, append_result as le...Mike Bayer2014-05-231-3/+22
* Documentation fix-up: "its" vs. "it's"pr/91Matthias Urlichs2014-05-111-3/+3
* Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-261-3/+3
* - Added support for the not-quite-yet-documented ``insert=True``Mike Bayer2014-03-161-10/+10
* - A warning is emitted if the :meth:`.MapperEvents.before_configured`Mike Bayer2014-03-111-2/+46
* - 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