summaryrefslogtreecommitdiff
path: root/examples/association/proxied_association.py
Commit message (Expand)AuthorAgeFilesLines
* - add a new sphinx extension "viewsource". takes advantage of part of the vi...Mike Bayer2013-11-091-2/+6
* - the raw 2to3 runMike Bayer2013-04-271-5/+5
* modernize some more examplesMike Bayer2013-04-271-2/+2
* - Updated the association, association proxy examplesMike Bayer2011-03-131-85/+83
* - remove remaining create_session() calls from examples, replace with SessionMike Bayer2010-10-241-6/+4
* fix some examplesMike Bayer2010-03-281-1/+1
* - converted all lazy=True|False|None to 'select'|'joined'|'noload'Mike Bayer2010-03-241-2/+2
* - The official name for the relation() function is nowMike Bayer2010-03-171-3/+3
* Lots of fixes to the code examples to specify imports explicitly.Michael Trier2009-03-311-3/+4
* synchronize inherited does not need to be called for the full mapper hierarchyMike Bayer2008-09-051-5/+6
* Applied .append(x, **kw) removal patch from [ticket:1124] and general cleanup.Jason Kirtland2008-08-151-49/+36
* - got all examples workingMike Bayer2007-09-011-4/+5
* - Deprecated DynamicMetaData- use ThreadLocalMetaData or MetaData insteadJason Kirtland2007-07-061-1/+1
* - Query has add_entity() and add_column() generative methods. theseMike Bayer2007-03-101-2/+2
* patched **kwargs enhancement for [ticket:361]Mike Bayer2006-11-101-1/+8
* - added an assertion within the "cascade" step of ORM relationships to checkMike Bayer2006-11-031-0/+108