summaryrefslogtreecommitdiff
path: root/examples/association/basic_association.py
Commit message (Expand)AuthorAgeFilesLines
* fix pep8 errors in association examplePaul Brown2017-03-181-6/+10
* - add a new sphinx extension "viewsource". takes advantage of part of the vi...Mike Bayer2013-11-091-1/+5
* - the raw 2to3 runMike Bayer2013-04-271-3/+3
* -whitespace bonanza, contdMike Bayer2012-07-281-2/+2
* - Updated the association, association proxy examplesMike Bayer2011-03-131-82/+70
* - whitespace removal bonanzaMike Bayer2011-01-021-2/+2
* - 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-1/+1
* - 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-9/+10
* Association example updates, round two.Jason Kirtland2007-08-221-10/+15
* basic 0.4 updateJason Kirtland2007-08-221-28/+26
* - Deprecated DynamicMetaData- use ThreadLocalMetaData or MetaData insteadJason Kirtland2007-07-061-1/+1
* - added an assertion within the "cascade" step of ORM relationships to checkMike Bayer2006-11-031-0/+104