summaryrefslogtreecommitdiff
path: root/examples/poly_assoc/poly_assoc.py
Commit message (Collapse)AuthorAgeFilesLines
* - removed the ancient "polymorphic association"Mike Bayer2011-04-271-156/+0
| | | | | | | examples and replaced with an updated set of examples that use declarative mixins, "generic_associations". Each presents an alternative table layout.
* - modernizing examplesMike Bayer2010-08-081-20/+28
|
* - The official name for the relation() function is nowMike Bayer2010-03-171-2/+2
| | | | | | 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/+6
| | | | | | | 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-18/+18
|
* 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-6/+4
|
* fix to the backref primary join conditionMike Bayer2007-05-291-7/+11
|
* added "polymorphic assocaition" example, illustrates how to emulateMike Bayer2007-05-281-0/+144
Rails' polymorphic associaiton functionality