summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/events.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master--typos' of https://github.com/nphilipp/sqlalchemyMike Bayer2017-08-091-2/+2
|\
| * fix "constrast" typosNils Philippsen2017-08-051-2/+2
* | - modernize orm.reconstructor documentation a bitMike Bayer2017-08-051-0/+5
|/
* Add AttributeEvents.modifiedMike Bayer2017-05-231-3/+25
* Add bulk_replace event, integrate with @validatesMike Bayer2017-03-161-7/+58
* Don't mutate old collection on bulk replaceMike Bayer2017-03-151-2/+6
* Merge branch 'fix-example-re' of https://github.com/demoray/sqlalchemyMike Bayer2017-01-241-1/+1
|\
| * fix example re such that the listen modifier example worksBrian2016-12-171-1/+1
* | Support python3.6Mike Bayer2017-01-131-2/+2
* | update for 2017 copyrightMike Bayer2017-01-041-1/+1
|/
* - improve documentation for SessionTransaction re: parentMike Bayer2016-09-241-2/+40
* Spelling fixespr/299Ville Skyttä2016-08-081-1/+1
* Add an init_scalar event for attributesMike Bayer2016-06-021-0/+108
* - happy new yearMike Bayer2016-01-291-1/+1
* fix some typospr/220Nils Philippsen2015-12-081-1/+1
* Merge remote-tracking branch 'origin/pr/210'Mike Bayer2015-11-301-1/+2
|\
| * Update usages of getargspec to compat version.pr/210Jacob MacDonald2015-10-291-1/+2
* | - Change "expr" to "entity" for example illustrating an eventBas van den Heuvel2015-11-241-1/+1
|/
* - The :class:`.SessionEvents` suite now includes events to allowticket_2677Mike Bayer2015-09-021-0/+240
* - add new documentation that applies to all modern SQLA versions,ticket_2677_preMike Bayer2015-09-021-140/+83
* - re-document and fully cross link all of configure_mappers(),Mike Bayer2015-08-241-19/+84
* - add tests for InstanceEvents.init, InstanceEvents.init_failureMike Bayer2015-08-141-4/+67
* - Fixed regression in the :mod:`sqlalchemy.ext.mutable` extensionMike Bayer2015-05-211-2/+25
* - 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