summaryrefslogtreecommitdiff
path: root/examples/vertical/dictlike.py
Commit message (Expand)AuthorAgeFilesLines
* ensure single import per lineMike Bayer2023-02-281-13/+13
* rename MappedCollection and relatedMike Bayer2022-10-111-2/+2
* Clean up most py3k compatFederico Caselli2021-11-241-1/+0
* Remove object in class definitionFederico Caselli2021-11-221-1/+1
* Run black -l 79 against all source filesMike Bayer2019-01-061-45/+55
* simplify thisMike Bayer2013-11-301-20/+2
* - start reworking examples to include more code from the wiki.Mike Bayer2013-11-291-127/+64
* - the raw 2to3 runMike Bayer2013-04-271-29/+29
* modernize some more examplesMike Bayer2013-04-271-8/+6
* - 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-5/+5
* - mega example cleanupMike Bayer2010-01-191-0/+1
* Lots of fixes to the code examples to specify imports explicitly.Michael Trier2009-03-311-6/+7
* - Added two new vertical dict mapping examples.Jason Kirtland2008-02-121-0/+247