summaryrefslogtreecommitdiff
path: root/examples/derived_attributes/attributes.py
Commit message (Collapse)AuthorAgeFilesLines
* - add hybrid extensionMike Bayer2010-08-061-124/+0
| | | | - mapper begins to lose awareness of SynonynmProperty, ComparableProperty
* - mega example cleanupMike Bayer2010-01-191-3/+0
| | | | | | - added READMEs to all examples in each __init__.py and added to sphinx documentation - added versioning example - removed vertical/vertical.py, the dictlikes are more straightforward
* Lots of fixes to the code examples to specify imports explicitly.Michael Trier2009-03-311-5/+5
| | | | | | | Explicit imports make it easier for users to understand the examples. Additionally a lot of the examples were fixed to work with the changes in the 0.5.x code base. One small correction to the Case expression. Thanks a bunch to Adam Lowry! Fixes #717.
* - merged ants' derived attributes example from 0.4 branchMike Bayer2007-07-271-0/+127
- disabled PG schema test for now (want to see the buildbot succeed)