summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext/associationproxy.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-021-0/+6
* - The official name for the relation() function is nowMike Bayer2010-03-171-10/+10
* - association_proxy now has basic comparator methods .any(),Mike Bayer2010-01-221-0/+21
* - The signature of the proxy_factory callable passed toMike Bayer2009-12-081-1/+1
* - The collection proxies produced by associationproxy are nowMike Bayer2009-07-251-103/+64
* merged -r5299:5438 of py3k warnings branch. this fixes some sqlite py2.6 tes...Mike Bayer2008-12-181-3/+3
* Association proxies no longer cloak themselves at the class level.Jason Kirtland2008-12-181-13/+26
* - Always use native itemgetter & attrgetterJason Kirtland2008-07-151-1/+2
* - Removed 2.3 set emulations/enhancements.Jason Kirtland2008-07-151-23/+23
* - Another namespace cleanup tweak, why not.Jason Kirtland2008-05-211-2/+3
* Duh.Jason Kirtland2008-05-211-0/+3
* - Removed deprecated append(val, **kw)Jason Kirtland2008-05-211-107/+132
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-20/+57
* Adjusted inplace-binops on set-based collections and association proxies toJason Kirtland2008-05-051-8/+10
* - Backported attribute sweep removal (instrumentation) and r4493 from 0.5Jason Kirtland2008-05-021-2/+7
* - Refresh the cached proxy if the cache was built for a different instance.Jason Kirtland2008-04-291-4/+9
* - Converted MAGICCOOKIE=object() to a little symbol implementation to ease ob...Jason Kirtland2008-02-221-1/+1
* - Flipped join order of __radd__ on association proxied lists.Jason Kirtland2008-01-241-1/+7
* - 2.3 fixup, part two: 100% passing for sqliteJason Kirtland2008-01-211-4/+4
* More overloads: fix cascades for += on a list relation, added operator suppor...Jason Kirtland2008-01-051-0/+31
* Fixed in-place set mutation operator support [ticket:920]Jason Kirtland2008-01-041-6/+39
* - Removed equality, truth and hash() testing of mapped instances. MappedJason Kirtland2007-11-031-0/+3
* - Removed unused util.hash()Jason Kirtland2007-10-311-15/+15
* Expand custom assocproxy getter/setter support to scalar proxiesJason Kirtland2007-08-231-2/+13
* Allow custom getter/setters to be specified for a standard AssociationProxyJason Kirtland2007-08-231-7/+29
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena...Mike Bayer2007-07-271-25/+63