summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/relationships.py
Commit message (Expand)AuthorAgeFilesLines
* - assert passive_deletes='all' does not affect collection/scalarMike Bayer2017-06-061-7/+8
* Add clause adaptation for AliasedClass to with_parent()Mike Bayer2017-05-231-2/+8
* Add selectin loadingMike Bayer2017-04-261-0/+7
* Use baked lazyloading by defaultMike Bayer2017-04-131-17/+8
* New features from python 2.7Катаев Денис2017-03-171-2/+2
* Annotate parentmapper in primaryjoin / secondaryjoinMike Bayer2017-03-161-16/+16
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* Enhance "raise" strategy to include "raise_on_sql" optionMike Bayer2016-10-041-5/+16
* Remove same-named relationship warningMike Bayer2016-07-191-11/+0
* Add raise/raiseload relationship loading strategyAdrian Moennich2016-04-191-0/+8
* - happy new yearMike Bayer2016-01-291-1/+1
* - the order in which _generate_backref() for different mappers is calledMike Bayer2016-01-191-1/+1
* - Fixed issue where two same-named relationships that refer toMike Bayer2016-01-191-9/+10
* - refactor of adapt_like_to_iterable(), fixes #3457.Mike Bayer2015-12-091-2/+3
* - The :meth:`.Session.merge` method now tracks pending objects byMike Bayer2015-12-041-5/+9
* - rewrite the docs and add a test for the bake_queries=TrueMike Bayer2015-11-191-5/+21
* - reword and update documentation on passive_updates=False; as virtuallyMike Bayer2015-08-271-21/+17
* 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