summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext/associationproxy.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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