| Commit message (Expand) | Author | Age | Files | Lines |
* | - happy new year | Mike Bayer | 2016-01-29 | 1 | -1/+1 |
* | fix some typospr/220 | Nils Philippsen | 2015-12-08 | 1 | -1/+1 |
* | Merge remote-tracking branch 'origin/pr/210' | Mike Bayer | 2015-11-30 | 1 | -1/+2 |
|\ |
|
| * | Update usages of getargspec to compat version.pr/210 | Jacob MacDonald | 2015-10-29 | 1 | -1/+2 |
* | | - Change "expr" to "entity" for example illustrating an event | Bas van den Heuvel | 2015-11-24 | 1 | -1/+1 |
|/ |
|
* | - The :class:`.SessionEvents` suite now includes events to allowticket_2677 | Mike Bayer | 2015-09-02 | 1 | -0/+240 |
* | - add new documentation that applies to all modern SQLA versions,ticket_2677_pre | Mike Bayer | 2015-09-02 | 1 | -140/+83 |
* | - re-document and fully cross link all of configure_mappers(), | Mike Bayer | 2015-08-24 | 1 | -19/+84 |
* | - add tests for InstanceEvents.init, InstanceEvents.init_failure | Mike Bayer | 2015-08-14 | 1 | -4/+67 |
* | - Fixed regression in the :mod:`sqlalchemy.ext.mutable` extension | Mike Bayer | 2015-05-21 | 1 | -2/+25 |
* | - Added a new event suite :class:`.QueryEvents`. The | Mike Bayer | 2015-03-10 | 1 | -1/+54 |
* | - copyright 2015 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
* | - wip - start factoring events so that we aren't using descriptors for dispatch, | Mike Bayer | 2015-01-04 | 1 | -1/+2 |
* | - Fixed bug that affected generally the same classes of event | Mike Bayer | 2014-09-18 | 1 | -4/+8 |
* | - Added new event handlers :meth:`.AttributeEvents.init_collection` | Mike Bayer | 2014-09-07 | 1 | -0/+53 |
* | - major refactoring/inlining to loader.instances(), though not really | Mike Bayer | 2014-08-28 | 1 | -139/+0 |
* | - The "resurrect" ORM event has been removed. This event hook had | Mike Bayer | 2014-08-25 | 1 | -12/+0 |
* | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 1 | -56/+71 |
* | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
* | typo: s/tranasction/transaction | Priit Laes | 2014-06-28 | 1 | -1/+1 |
* | - mark translate_row, create_instance, populate_instance, append_result as le... | Mike Bayer | 2014-05-23 | 1 | -3/+22 |
* | Documentation fix-up: "its" vs. "it's"pr/91 | Matthias Urlichs | 2014-05-11 | 1 | -3/+3 |
* | Fix many typos throughout the codebasepr/85 | Alex Gaynor | 2014-04-26 | 1 | -3/+3 |
* | - Added support for the not-quite-yet-documented ``insert=True`` | Mike Bayer | 2014-03-16 | 1 | -10/+10 |
* | - A warning is emitted if the :meth:`.MapperEvents.before_configured` | Mike Bayer | 2014-03-11 | 1 | -2/+46 |
* | - Fixed bug where :class:`.AbstractConcreteBase` would fail to be | Mike Bayer | 2014-02-11 | 1 | -0/+17 |
* | - Fixed an 0.9 regression where ORM instance or mapper events applied | Mike Bayer | 2014-02-09 | 1 | -18/+12 |
* | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
* | Generate API and resolve cross references | Vraj Mohan | 2013-11-17 | 1 | -4/+4 |
* | Fix indentation issues in docstringspr/43 | Vraj Mohan | 2013-11-12 | 1 | -3/+3 |
* | - spot checking of imports, obsolete functions | Mike Bayer | 2013-08-17 | 1 | -1/+0 |
* | - apply an import refactoring to the ORM as well | Mike Bayer | 2013-08-14 | 1 | -32/+62 |
* | - update ORM event docs to include that you can listen on an unmapped base, | Mike Bayer | 2013-07-31 | 1 | -29/+32 |
* | - Removal of event listeners is now implemented. The feature is | Mike Bayer | 2013-07-26 | 1 | -53/+52 |
* | - The mechanism by which attribute events pass along an | Mike Bayer | 2013-07-26 | 1 | -6/+27 |
* | Fixed bug in ORM-level event registration where the "raw" or | Mike Bayer | 2013-07-18 | 1 | -5/+8 |
* | - create a new system where we can decorate an event method | Mike Bayer | 2013-07-08 | 1 | -14/+50 |
* | - A clear error message is emitted if an event handler | Mike Bayer | 2013-02-25 | 1 | -4/+104 |
* | happy new year (see #2645) | Diana Clarke | 2013-01-01 | 1 | -1/+1 |
* | just a pep8 pass of lib/sqlalchemy/orm/ | Diana Clarke | 2012-11-19 | 1 | -71/+88 |
* | update the intro | Mike Bayer | 2012-10-31 | 1 | -2/+2 |
* | - do a straight __subclasses__ traversal here, so that we aren't | Mike Bayer | 2012-10-28 | 1 | -9/+15 |
* | - cover additional cases for [ticket:2585], where events are applied to base ... | Mike Bayer | 2012-10-28 | 1 | -1/+12 |
* | - lets default propagate to True here since it was essentially always | Mike Bayer | 2012-10-12 | 1 | -1/+7 |
* | - [feature] Improvements to event listening for | Mike Bayer | 2012-10-12 | 1 | -9/+122 |
* | mapper configured doc | Mike Bayer | 2012-09-21 | 1 | -2/+10 |
* | - [feature] New session events after_transaction_create | Mike Bayer | 2012-09-20 | 1 | -0/+20 |
* | - rework scoped_session and sessionmaker, [ticket:2500] | Mike Bayer | 2012-09-10 | 1 | -7/+15 |
* | - modernize most of the postgis example. would like to do [ticket:1534] also. | Mike Bayer | 2012-08-16 | 1 | -2/+4 |
* | - update engine docstrings due to move | Mike Bayer | 2012-08-13 | 1 | -1/+1 |