summaryrefslogtreecommitdiff
path: root/test/orm/test_collection.py
Commit message (Expand)AuthorAgeFilesLines
* - Fixed bug in ordering list where the order of items would beMike Bayer2014-09-101-0/+17
* orm.collection, list.clear(). remove 'before_delete()', added unit-test.pr/40schettino722013-11-251-0/+10
* - Removed some now unneeded version checks [ticket:2829] courtesy alex gaynorMike Bayer2013-09-221-5/+4
* Fixed bug where list instrumentation would fail to represent aMike Bayer2013-08-201-3/+8
* - add a clear() to SetIsh here so that the control/direct gets clearedMike Bayer2013-08-021-10/+16
* - assorted fixes raised by pypy 2.1beta2, but all of which are goodMike Bayer2013-08-011-7/+10
* - the raw 2to3 runMike Bayer2013-04-271-9/+9
* Fixed the (most likely never used) "@collection.link" collectionMike Bayer2013-01-211-0/+27
|\
* | - Made some fixes to the system of producing custom instrumentedMike Bayer2013-01-211-0/+71
* | clean all pep8 warningsMike Bayer2013-01-211-63/+96
|/
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-6/+6
* -whitespace bonanza, contdMike Bayer2012-07-281-4/+4
* - [bug] Fixed bug in 0.7.6 introduced byMike Bayer2012-04-191-9/+79
* - move all the comments that got shoved below the fixture grabs back upMike Bayer2011-03-271-3/+6
* - remove test.sql._base, test.engine._base, test.orm._base, move those classe...Mike Bayer2011-03-271-5/+5
* - move all the setup_classes(cls) and setup_mappers(cls) to use aMike Bayer2011-03-271-2/+2
* - remove @testing.resolve_artifact_names, replace with direct attributeMike Bayer2011-03-261-11/+26
* - whitespace removal bonanzaMike Bayer2011-01-021-19/+19
* - sqlalchemy.test and nose plugin moves back to being entirelyMike Bayer2010-11-281-4/+4
|\
| * - move sqlalchemy.test to test.libMike Bayer2010-11-151-4/+4
* | - reorganizationMike Bayer2010-09-141-13/+14
|/
* - remove repr() from exception assertion, so that py3k's different repr(type(...Mike Bayer2010-08-261-5/+2
* - Similarly, for relationship(), foreign_keys,Mike Bayer2010-08-211-15/+12
* - Specifying a non-column based argumentMike Bayer2010-08-021-2/+21
* - The official name for the relation() function is nowMike Bayer2010-03-171-11/+11
* merge 0.6 series to trunk.Mike Bayer2009-08-061-19/+122
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-0/+1839