summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext/associationproxy.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Fixed typo blocking some assoc proxy dict assignments, added testJason Kirtland2007-06-161-1/+1
* - Iteration over dict association proxies is now dict-like, notJason Kirtland2007-06-141-21/+42
* Oops, Python 2.5 ternary operator snuck in.Jason Kirtland2007-05-031-3/+12
* - Test assoc proxy lazy loads, fixed __set__ race on single scalar assocsJason Kirtland2007-05-031-1/+6
* - New association proxy implementation, implementing complete proxies to list...Jason Kirtland2007-05-031-80/+584
* - big fix to AssociationProxy so that multiple AssociationProxyMike Bayer2007-04-231-2/+3
* migrated (most) docstrings to pep-257 format, docstring generator using strai...Mike Bayer2007-02-251-20/+44
* patched **kwargs enhancement for [ticket:361]Mike Bayer2006-11-101-5/+5
* - added an assertion within the "cascade" step of ORM relationships to checkMike Bayer2006-11-031-0/+96