summaryrefslogtreecommitdiff
path: root/examples/backref/backref_tree.py
Commit message (Collapse)AuthorAgeFilesLines
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to ↵Mike Bayer2007-07-271-41/+0
| | | | 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
* docs/examples/unittests for remote_sideMike Bayer2006-12-081-1/+1
|
* late compilation of mappers. now you can create mappers in any order, and ↵Mike Bayer2006-06-081-1/+4
| | | | they will compile their internal state when first used in a query or flush operation (or their props or 'c'/'columns' attributes are used). includes various cleanups and fixes in support of the change, including some unit test changes, additional unit tests.
* merged 0.2 branch into trunk; 0.1 now in sqlalchemy/branches/rel_0_1Mike Bayer2006-05-251-12/+9
|
* added backref() function, allows the creation of a backref where you also ↵Mike Bayer2006-03-071-0/+41
send keyword arguments that will be placed on the relation