summaryrefslogtreecommitdiff
path: root/examples/poly_assoc/poly_assoc_generic.py
Commit message (Collapse)AuthorAgeFilesLines
* - removed the ancient "polymorphic association"Mike Bayer2011-04-271-161/+0
| | | | | | | examples and replaced with an updated set of examples that use declarative mixins, "generic_associations". Each presents an alternative table layout.
* - whitespace removal bonanzaMike Bayer2011-01-021-2/+2
|
* - modernizing examplesMike Bayer2010-08-081-16/+24
|
* - The official name for the relation() function is nowMike Bayer2010-03-171-3/+3
| | | | | | relationship(), to eliminate confusion over the relational algebra term. relation() however will remain available in equal capacity for the foreseeable future. [ticket:1740]
* 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.
* update poly_assoc examples for 0.4+ syntaxGaëtan de Menten2008-07-031-16/+16
|
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to ↵Mike Bayer2007-07-271-1/+2
| | | | maintenance branch in branches/rel_0_3.
* - Deprecated DynamicMetaData- use ThreadLocalMetaData or MetaData insteadJason Kirtland2007-07-061-1/+1
| | | | | - Deprecated BoundMetaData- use MetaData instead - Removed DMD and BMD from documentation
* some updatesMike Bayer2007-05-291-0/+152