summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/relationships.py
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in 'Relationships API' docspr/170Ernest Walzel2015-04-281-1/+1
* - Fixed more regressions caused by NEVER_SET; comparisonsMike Bayer2015-04-201-14/+33
* - Made a small improvement to the heuristics of relationship whenMike Bayer2015-04-121-0/+9
* - Added a new extension suite :mod:`sqlalchemy.ext.baked`. ThisMike Bayer2015-03-111-12/+76
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - Fixed bugs in ORM object comparisons where comparison ofMike Bayer2015-02-201-3/+4
* - Fixed bug in lazy loading SQL construction whereby a complexMike Bayer2015-02-021-14/+18
* - add MemoizedSlots, a generalized solution to using __getattr__Mike Bayer2015-01-051-0/+1
* - fix links for loading, add a redirect pageMike Bayer2014-12-271-1/+1
* - for #3230, scale back the check to only look at columns thatMike Bayer2014-10-191-15/+20
* - A warning is emitted in the case of multiple relationships thatticket_3230Mike Bayer2014-10-191-0/+51
* - Fixed warning that would emit when a complex self-referentialMike Bayer2014-09-111-4/+4
* - remove some old cruftMike Bayer2014-09-071-21/+6
* - The behavior of :paramref:`.joinedload.innerjoin` as well asMike Bayer2014-08-261-10/+6
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-491/+538
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-261-1/+1
* - The "primaryjoin" model has been stretched a bit further to allowMike Bayer2014-04-191-26/+46
* - Fixed a very old behavior where the lazy load emitted for a one-to-manyMike Bayer2014-03-271-4/+11
* - fairly epic rework of the cascade documentationMike Bayer2014-03-151-60/+14
* fix typosMike Bayer2014-02-281-1/+1
* - Added a new option to :paramref:`.relationship.innerjoin` which isMike Bayer2014-02-281-2/+13
* this isn't really the mainstream use case here; would need to talkMike Bayer2014-02-161-6/+0
* - extensive cross-linking of relationship options with their documentation se...Mike Bayer2014-02-161-97/+232
* remove redundant see alsoMike Bayer2014-02-161-3/+0
* - add cross-linking for passive_deletes / passive_updatesMike Bayer2014-02-161-2/+13
* - cross link remote_side/self-referentialMike Bayer2014-02-141-1/+7
* - Support is improved for supplying a :func:`.join` construct as theMike Bayer2014-01-221-4/+25
* - Fixed a bug involving the new flattened JOIN structures whichMike Bayer2014-01-131-4/+3
* - happy new yearMike Bayer2014-01-051-1/+1
* - Fixed regression where we don't check the given name against theMike Bayer2014-01-021-1/+1
* wrong method nameMike Bayer2013-12-161-1/+1
* load_on_pending is different from enable_relationship_loading and shouldMike Bayer2013-12-151-4/+6
* - Error message when a string arg sent to :func:`.relationship` whichMike Bayer2013-12-121-12/+10
* 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