summaryrefslogtreecommitdiff
path: root/test/orm/inheritance/test_polymorph2.py
Commit message (Expand)AuthorAgeFilesLines
* - fix some unclear phrases in query regarding polymorphic,Mike Bayer2012-02-161-1266/+0
* - Fixed bug where determination of "self referential"Mike Bayer2011-05-071-0/+119
* random cleanupMike Bayer2011-05-041-12/+32
* - move all the comments that got shoved below the fixture grabs back upMike Bayer2011-03-271-0/+3
* - remove test.sql._base, test.engine._base, test.orm._base, move those classe...Mike Bayer2011-03-271-21/+22
* - move _fixtures to work via the normal methods of _base.MappedTest, convertMike Bayer2011-03-261-4/+4
* - whitespace removal bonanzaMike Bayer2011-01-021-13/+13
* - move topological, queue into utilMike Bayer2010-12-051-1/+1
* - move sqlalchemy.test to test.libMike Bayer2010-11-151-4/+4
* - converted all lazy=True|False|None to 'select'|'joined'|'noload'Mike Bayer2010-03-241-5/+5
* - To accomodate the fact that there are now two kinds of eagerMike Bayer2010-03-241-2/+2
* - The official name for the relation() function is nowMike Bayer2010-03-171-36/+36
* deprecations per [ticket:1498]:Mike Bayer2009-10-151-0/+1
* - contains_eager() now works with the automaticallyMike Bayer2009-09-161-2/+2
* merge 0.6 series to trunk.Mike Bayer2009-08-061-25/+26
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-0/+1121