| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typo in 'Relationships API' docspr/170 | Ernest Walzel | 2015-04-28 | 1 | -1/+1 |
* | - Fixed more regressions caused by NEVER_SET; comparisons | Mike Bayer | 2015-04-20 | 1 | -14/+33 |
* | - Made a small improvement to the heuristics of relationship when | Mike Bayer | 2015-04-12 | 1 | -0/+9 |
* | - Added a new extension suite :mod:`sqlalchemy.ext.baked`. This | Mike Bayer | 2015-03-11 | 1 | -12/+76 |
* | - copyright 2015 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
* | - Fixed bugs in ORM object comparisons where comparison of | Mike Bayer | 2015-02-20 | 1 | -3/+4 |
* | - Fixed bug in lazy loading SQL construction whereby a complex | Mike Bayer | 2015-02-02 | 1 | -14/+18 |
* | - add MemoizedSlots, a generalized solution to using __getattr__ | Mike Bayer | 2015-01-05 | 1 | -0/+1 |
* | - fix links for loading, add a redirect page | Mike Bayer | 2014-12-27 | 1 | -1/+1 |
* | - for #3230, scale back the check to only look at columns that | Mike Bayer | 2014-10-19 | 1 | -15/+20 |
* | - A warning is emitted in the case of multiple relationships thatticket_3230 | Mike Bayer | 2014-10-19 | 1 | -0/+51 |
* | - Fixed warning that would emit when a complex self-referential | Mike Bayer | 2014-09-11 | 1 | -4/+4 |
* | - remove some old cruft | Mike Bayer | 2014-09-07 | 1 | -21/+6 |
* | - The behavior of :paramref:`.joinedload.innerjoin` as well as | Mike Bayer | 2014-08-26 | 1 | -10/+6 |
* | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 1 | -491/+538 |
* | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
* | Fix many typos throughout the codebasepr/85 | Alex Gaynor | 2014-04-26 | 1 | -1/+1 |
* | - The "primaryjoin" model has been stretched a bit further to allow | Mike Bayer | 2014-04-19 | 1 | -26/+46 |
* | - Fixed a very old behavior where the lazy load emitted for a one-to-many | Mike Bayer | 2014-03-27 | 1 | -4/+11 |
* | - fairly epic rework of the cascade documentation | Mike Bayer | 2014-03-15 | 1 | -60/+14 |
* | fix typos | Mike Bayer | 2014-02-28 | 1 | -1/+1 |
* | - Added a new option to :paramref:`.relationship.innerjoin` which is | Mike Bayer | 2014-02-28 | 1 | -2/+13 |
* | this isn't really the mainstream use case here; would need to talk | Mike Bayer | 2014-02-16 | 1 | -6/+0 |
* | - extensive cross-linking of relationship options with their documentation se... | Mike Bayer | 2014-02-16 | 1 | -97/+232 |
* | remove redundant see also | Mike Bayer | 2014-02-16 | 1 | -3/+0 |
* | - add cross-linking for passive_deletes / passive_updates | Mike Bayer | 2014-02-16 | 1 | -2/+13 |
* | - cross link remote_side/self-referential | Mike Bayer | 2014-02-14 | 1 | -1/+7 |
* | - Support is improved for supplying a :func:`.join` construct as the | Mike Bayer | 2014-01-22 | 1 | -4/+25 |
* | - Fixed a bug involving the new flattened JOIN structures which | Mike Bayer | 2014-01-13 | 1 | -4/+3 |
* | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
* | - Fixed regression where we don't check the given name against the | Mike Bayer | 2014-01-02 | 1 | -1/+1 |
* | wrong method name | Mike Bayer | 2013-12-16 | 1 | -1/+1 |
* | load_on_pending is different from enable_relationship_loading and should | Mike Bayer | 2013-12-15 | 1 | -4/+6 |
* | - Error message when a string arg sent to :func:`.relationship` which | Mike Bayer | 2013-12-12 | 1 | -12/+10 |
* | Fix indentation issues in docstringspr/43 | Vraj Mohan | 2013-11-12 | 1 | -2/+3 |
* | An overhaul of expression handling for special symbols particularly | Mike Bayer | 2013-10-23 | 1 | -1/+1 |
* | these are in alphabetical order | Mike Bayer | 2013-10-13 | 1 | -21/+21 |
* | - Added new option to :func:`.relationship` ``distinct_target_key``. | Mike Bayer | 2013-10-13 | 1 | -0/+23 |
* | - merge ticket_1418 branch, [ticket:1418] | Mike Bayer | 2013-10-06 | 1 | -5/+6 |
* | - apply an import refactoring to the ORM as well | Mike Bayer | 2013-08-14 | 1 | -5/+1587 |
* | - improve overlapping selectables, apply to both query and relationship | Mike Bayer | 2013-06-04 | 1 | -6/+2 |
* | Fixes to the ``sqlalchemy.ext.serializer`` extension, including | Mike Bayer | 2013-04-26 | 1 | -2/+13 |
* | linting | Mike Bayer | 2013-03-09 | 1 | -15/+12 |
* | 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 | -42/+43 |
* | - remove remote_foreign annotation | Mike Bayer | 2012-10-28 | 1 | -48/+15 |
* | - fix annotation transfer when producing m2m backref, [ticket:2578] | Mike Bayer | 2012-09-28 | 1 | -0/+14 |
* | trailing whitespace bonanza | Mike Bayer | 2012-07-28 | 1 | -69/+69 |
* | - move all of orm to use absolute imports | Mike Bayer | 2012-06-23 | 1 | -11/+9 |
* | Add some `Sphinx` paragraph level versions informations markups, | Mike Bayer | 2012-06-08 | 1 | -4/+4 |