summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/relationships.py
Commit message (Expand)AuthorAgeFilesLines
* Fix indentation issues in docstringspr/43Vraj Mohan2013-11-121-2/+3
* An overhaul of expression handling for special symbols particularlyMike Bayer2013-10-231-1/+1
* these are in alphabetical orderMike Bayer2013-10-131-21/+21
* - Added new option to :func:`.relationship` ``distinct_target_key``.Mike Bayer2013-10-131-0/+23
* - merge ticket_1418 branch, [ticket:1418]Mike Bayer2013-10-061-5/+6
* - apply an import refactoring to the ORM as wellMike Bayer2013-08-141-5/+1587
* - improve overlapping selectables, apply to both query and relationshipMike Bayer2013-06-041-6/+2
* Fixes to the ``sqlalchemy.ext.serializer`` extension, includingMike Bayer2013-04-261-2/+13
* lintingMike Bayer2013-03-091-15/+12
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
* just a pep8 pass of lib/sqlalchemy/orm/Diana Clarke2012-11-191-42/+43
* - remove remote_foreign annotationMike Bayer2012-10-281-48/+15
* - fix annotation transfer when producing m2m backref, [ticket:2578]Mike Bayer2012-09-281-0/+14
* trailing whitespace bonanzaMike Bayer2012-07-281-69/+69
* - move all of orm to use absolute importsMike Bayer2012-06-231-11/+9
* Add some `Sphinx` paragraph level versions informations markups,Mike Bayer2012-06-081-4/+4
* get __clause_element__ for remote()/foreign() annotation, [ticket:2493]Mike Bayer2012-05-241-2/+2
* - identify another condition, indirectly via #2491, whereMike Bayer2012-05-241-5/+6
* document the remote/foreign/remote_foreign functionsMike Bayer2012-04-241-0/+63
* - put the correct target here in the log messageMike Bayer2012-04-241-6/+6
* - merged #1401 branch from bitbucketMike Bayer2012-04-221-8/+29
* then spiff up that error msgMike Bayer2012-04-031-2/+7
* - move create_lazy_clause() to relationshipsMike Bayer2012-04-011-64/+66
* almost through all the fine tuningMike Bayer2012-02-251-17/+27
* start to work on error messages, allow foreign_keys as only argumentMike Bayer2012-02-251-15/+56
* - figured out again why deannotate must clone()Mike Bayer2012-02-111-163/+194
* many fixes but still can't get heuristics to work as well as what's existing,Mike Bayer2012-02-111-1/+5
* - move properties to use the new create_joinsMike Bayer2012-02-101-1/+2
* fix up this testMike Bayer2012-02-101-1/+0
* - got m2m, local_remote_pairs, etc. workingMike Bayer2012-02-091-272/+175
* - hooks in the new object to RelationshipProperty, restores the "local" annot...Mike Bayer2012-02-081-38/+90
* simplify remote annotation significantly, and alsoMike Bayer2012-02-081-125/+112
* local_remote_pairs/remote_side are comparing against existingMike Bayer2012-02-061-248/+53
* this version has easy cases going well. hard cases not so muchMike Bayer2012-02-061-40/+293
* proof of concept. relationships.JoinCondition is givenMike Bayer2012-02-061-0/+742