summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext/associationproxy.py
Commit message (Expand)AuthorAgeFilesLines
* Run search and replace of symbolic module namesMike Bayer2020-04-141-2/+2
* Enable zzzeeksphinx module prefixesMike Bayer2020-04-141-1/+1
* remote_attr and local_attr refer to class bound attributes, not MapperPropertyMike Bayer2019-04-251-12/+8
* Fix many spell glitchesLele Gaifax2019-01-251-1/+1
* happy new yearMike Bayer2019-01-111-1/+1
* Post black reformattingMike Bayer2019-01-061-16/+20
* Run black -l 79 against all source filesMike Bayer2019-01-061-65/+124
* Add missing index method to _AssociationList.Chris Macklin2018-10-311-0/+3
* Do some pep8 and other cruft removal around association proxyMike Bayer2018-08-011-11/+13
* Default to using current mapped class as owner if none foundMike Bayer2018-02-201-1/+6
* Search through mapper superclass hierarchy for ownerMike Bayer2018-02-091-13/+35
* happy new yearMike Bayer2018-01-121-1/+1
* Check for the endmost target when chaining contains()Mike Bayer2018-01-021-0/+1
* Resolve AliasedClass when determining owning class of association proxyMike Bayer2017-10-201-1/+12
* Support AssociationProxy any() / has() / contains() to another AssociationProxyMike Bayer2017-06-121-36/+68
* Call proxied collection before invoking creator in associationlist.append()Mike Bayer2017-04-281-1/+2
* Support python3.6Mike Bayer2017-01-131-1/+1
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* - happy new yearMike Bayer2016-01-291-1/+1
* Change generator termination from StopIteration to return.pr/211pgjones2015-10-301-2/+2
* - Added the :paramref:`.AssociationProxy.info` parameter to theMike Bayer2015-10-091-1/+8
* - Fixed bug in association proxy where an any()/has()Mike Bayer2015-04-281-6/+10
* - copyright 2015Mike Bayer2015-03-101-1/+1
* Fix slice addressing of _AssociationList with python3Gilles Dartiguelongue2015-03-101-1/+4
* - add MemoizedSlots, a generalized solution to using __getattr__Mike Bayer2015-01-051-1/+1
* - rename _InspectionAttr to InspectionAttrMike Bayer2014-08-131-3/+3
* PEP8 style fixesBrian Jarrett2014-07-131-24/+24
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - Fixed bug in association proxy where assigning an empty sliceMike Bayer2014-03-041-2/+3
* - Fixed a regression in association proxy caused by :ticket:`2810` whichMike Bayer2014-02-271-5/+3
* - happy new yearMike Bayer2014-01-051-1/+1
* - catch the metadata on ScalarTest.test_scalar_proxy, this has been leaving i...Mike Bayer2013-10-251-1/+5
* Added additional criterion to the ==, != comparators, used withMike Bayer2013-06-081-4/+26
* clean up some of this collection stuffMike Bayer2013-05-261-18/+12
* a pass where we try to squash down as many list()/keys() combinationsMike Bayer2013-05-261-1/+1
* do a sweep of some obvious 3kismsMike Bayer2013-05-261-16/+27
* most of ORM passing...Mike Bayer2013-05-041-0/+2
* - the raw 2to3 runMike Bayer2013-04-271-16/+16
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
* Extended the :doc:`/core/inspection` system so that all Python descriptorsMike Bayer2012-12-291-2/+15
* just a pep8 pass of lib/sqlalchemy/extDiana Clarke2012-11-191-35/+48
* - move ext to relative importsMike Bayer2012-07-171-32/+30
* Add some `Sphinx` paragraph level versions informations markups,Mike Bayer2012-06-081-3/+3
* fix import hereMike Bayer2012-04-241-4/+4
* happy new yearMike Bayer2012-01-041-1/+1
* - Changed the update() method on association proxyMike Bayer2011-09-141-4/+13
* - second pass through association proxy docs, some more links on any()/has(),...Mike Bayer2011-08-061-22/+41
* - rewrite the docs for association proxy using declarative, add new examples,...Mike Bayer2011-08-051-19/+76
* - Association proxy now has correct behavior forMike Bayer2011-02-131-20/+48
* - whitespace removal bonanzaMike Bayer2011-01-021-8/+8