| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | get __clause_element__ for remote()/foreign() annotation, [ticket:2493] | Mike Bayer | 2012-05-24 | 1 | -2/+2 |
* | - identify another condition, indirectly via #2491, where | Mike Bayer | 2012-05-24 | 1 | -5/+6 |
* | document the remote/foreign/remote_foreign functions | Mike Bayer | 2012-04-24 | 1 | -0/+63 |
* | - put the correct target here in the log message | Mike Bayer | 2012-04-24 | 1 | -6/+6 |
* | - merged #1401 branch from bitbucket | Mike Bayer | 2012-04-22 | 1 | -8/+29 |
* | then spiff up that error msg | Mike Bayer | 2012-04-03 | 1 | -2/+7 |
* | - move create_lazy_clause() to relationships | Mike Bayer | 2012-04-01 | 1 | -64/+66 |
* | almost through all the fine tuning | Mike Bayer | 2012-02-25 | 1 | -17/+27 |
* | start to work on error messages, allow foreign_keys as only argument | Mike Bayer | 2012-02-25 | 1 | -15/+56 |
* | - figured out again why deannotate must clone() | Mike Bayer | 2012-02-11 | 1 | -163/+194 |
* | many fixes but still can't get heuristics to work as well as what's existing, | Mike Bayer | 2012-02-11 | 1 | -1/+5 |
* | - move properties to use the new create_joins | Mike Bayer | 2012-02-10 | 1 | -1/+2 |
* | fix up this test | Mike Bayer | 2012-02-10 | 1 | -1/+0 |
* | - got m2m, local_remote_pairs, etc. working | Mike Bayer | 2012-02-09 | 1 | -272/+175 |
* | - hooks in the new object to RelationshipProperty, restores the "local" annot... | Mike Bayer | 2012-02-08 | 1 | -38/+90 |
* | simplify remote annotation significantly, and also | Mike Bayer | 2012-02-08 | 1 | -125/+112 |
* | local_remote_pairs/remote_side are comparing against existing | Mike Bayer | 2012-02-06 | 1 | -248/+53 |
* | this version has easy cases going well. hard cases not so much | Mike Bayer | 2012-02-06 | 1 | -40/+293 |
* | proof of concept. relationships.JoinCondition is given | Mike Bayer | 2012-02-06 | 1 | -0/+742 |