summaryrefslogtreecommitdiff
path: root/examples/vertical/dictlike-polymorphic.py
Commit message (Expand)AuthorAgeFilesLines
* Post black reformattingMike Bayer2019-01-061-2/+2
* Run black -l 79 against all source filesMike Bayer2019-01-061-66/+89
* Repair dictlike-polymorphicMike Bayer2016-05-241-1/+1
* - start reworking examples to include more code from the wiki.Mike Bayer2013-11-291-123/+91
* - the raw 2to3 runMike Bayer2013-04-271-33/+33
* modernize some more examplesMike Bayer2013-04-271-3/+0
* - Adjusted dictlike-polymorphic.py exampleMike Bayer2011-09-261-8/+9
* - rename hybrid.property_, hybrid.method to hybrid_property, hybrid_method. ...Mike Bayer2011-01-121-35/+29
* - remove remaining create_session() calls from examples, replace with SessionMike Bayer2010-10-241-6/+5
* - The official name for the relation() function is nowMike Bayer2010-03-171-2/+2
* - mega example cleanupMike Bayer2010-01-191-2/+0
* Lots of fixes to the code examples to specify imports explicitly.Michael Trier2009-03-311-7/+9
* - Added comparable_property(), adds query Comparator behavior to regular, unm...Jason Kirtland2008-03-171-22/+1
* - Added two new vertical dict mapping examples.Jason Kirtland2008-02-121-0/+286