summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext/associationproxy.py
Commit message (Expand)AuthorAgeFilesLines
* Raise NotImplemenedError for association proxy __clause_element__Mike Bayer2020-08-271-0/+6
* Fix a wide variety of typos and broken linksaplatkouski2020-06-251-2/+2
* Run search and replace of symbolic module namesMike Bayer2020-04-141-3/+3
* Enable zzzeeksphinx module prefixesMike Bayer2020-04-141-1/+1
* Ensure all nested exception throws have a causeMike Bayer2020-03-021-7/+17
* happy new yearMike Bayer2020-01-011-1/+1
* Remove unnecessary util.callable usageSteven Loria2019-09-091-3/+3
* Consult is_attrbute flag to determine descriptor; enable for assoc proxyMike Bayer2019-06-141-1/+1
* Add QueryableAttribute._impl_uses_objects accessor for AssociationProxyMike Bayer2019-05-191-6/+2
* Resolve RST306 issuesMike Bayer2019-05-131-2/+2
* remote_attr and local_attr refer to class bound attributes, notMike Bayer2019-04-251-2/+2
* - formatting typoMike Bayer2019-04-251-1/+1
* Refine ambiguous access for unknown attribute typesMike Bayer2019-03-261-2/+21
* Add documentation section for cascade_scalar_deletesMike Bayer2019-03-071-0/+4
* Add bulk_replace to AssociationSet, AssociationDictMike Bayer2019-02-041-2/+38
* Fix many spell glitchesLele Gaifax2019-01-251-1/+1
* Relax "ambiguous" association proxy restrictions, support ProxyMike Bayer2019-01-141-17/+25
* happy new yearMike Bayer2019-01-111-1/+1
* Post black reformattingMike Bayer2019-01-061-17/+21
* Run black -l 79 against all source filesMike Bayer2019-01-061-99/+189
* Take instance into account when determining AssociationProxyInstanceMike Bayer2018-12-071-17/+136
* Add missing index method to _AssociationList.Chris Macklin2018-10-311-0/+3
* Create object- and column-oriented versions of AssociationProxyInstanceMike Bayer2018-10-261-19/+81
* Strong reference parent object in association proxyMike Bayer2018-10-011-10/+4
* Break association proxy into a descriptor + per-class accessorMike Bayer2018-09-271-133/+220
* Handle association proxy delete and provide for scalar delete cascadeMike Bayer2018-08-011-2/+21
* 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