| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Added the :paramref:`.AssociationProxy.info` parameter to the | Mike Bayer | 2015-10-09 | 1 | -0/+20 |
| * | - Fixed bug in association proxy where an any()/has() | Mike Bayer | 2015-04-28 | 1 | -2/+28 |
| * | - Fixed more regressions caused by NEVER_SET; comparisons | Mike Bayer | 2015-04-20 | 1 | -10/+13 |
| * | Fix slice addressing of _AssociationList with python3 | Gilles Dartiguelongue | 2015-03-10 | 1 | -0/+16 |
| * | - ensure all tests are named test_* | Mike Bayer | 2014-07-30 | 1 | -1/+1 |
| * | - critically, py.test for unknown reasons *SKIPS* tests that have an __init__... | Mike Bayer | 2014-05-02 | 1 | -27/+7 |
| * | - Fixed bug in association proxy where assigning an empty slice | Mike Bayer | 2014-03-04 | 1 | -0/+7 |
| * | - Fixed a regression in association proxy caused by :ticket:`2810` which | Mike Bayer | 2014-02-27 | 1 | -1/+31 |
| * | - catch the metadata on ScalarTest.test_scalar_proxy, this has been leaving i... | Mike Bayer | 2013-10-25 | 1 | -11/+47 |
| * | correct for missing fail() methods which were lost when we removed unittest.T... | Mike Bayer | 2013-08-26 | 1 | -25/+20 |
| * | clean up formatting and other linting issues | Mike Bayer | 2013-08-26 | 1 | -52/+51 |
| * | also clarified the changelog regarding Cls.scalar != 'value' | Mike Bayer | 2013-06-08 | 1 | -11/+11 |
| * | Added additional criterion to the ==, != comparators, used with | Mike Bayer | 2013-06-08 | 1 | -20/+148 |
| * | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -16/+16 |
| * | - these pickle the assoc proxy by itself tests can't really pass | Mike Bayer | 2013-04-20 | 1 | -6/+12 |
| * | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -6/+6 |
| * | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 1 | -8/+8 |
| * | fix import here | Mike Bayer | 2012-04-24 | 1 | -5/+5 |
| * | - Changed the update() method on association proxy | Mike Bayer | 2011-09-14 | 1 | -2/+62 |
| * | - rewrite the docs for association proxy using declarative, add new examples,... | Mike Bayer | 2011-08-05 | 1 | -2/+29 |
| * | - remove test.sql._base, test.engine._base, test.orm._base, move those classe... | Mike Bayer | 2011-03-27 | 1 | -6/+6 |
| * | - move all the setup_classes(cls) and setup_mappers(cls) to use a | Mike Bayer | 2011-03-27 | 1 | -4/+4 |
| * | - remove @testing.resolve_artifact_names, replace with direct attribute | Mike Bayer | 2011-03-26 | 1 | -18/+52 |
| * | - Association proxy now has correct behavior for | Mike Bayer | 2011-02-13 | 1 | -48/+117 |
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -7/+7 |
| * | - move sqlalchemy.test to test.lib | Mike Bayer | 2010-11-15 | 1 | -3/+3 |
| * | tidy test/base, test/ex, test/ext | Mike Bayer | 2010-07-11 | 1 | -126/+137 |
| * | - converted all lazy=True|False|None to 'select'|'joined'|'noload' | Mike Bayer | 2010-03-24 | 1 | -7/+7 |
| * | - The official name for the relation() function is now | Mike Bayer | 2010-03-17 | 1 | -15/+15 |
| * | - fix the sqlalchemy.test.schema.Column function to work with copies | Mike Bayer | 2010-03-11 | 1 | -2/+2 |
| * | - association_proxy now has basic comparator methods .any(), | Mike Bayer | 2010-01-22 | 1 | -1/+169 |
| * | - The signature of the proxy_factory callable passed to | Mike Bayer | 2009-12-08 | 1 | -0/+51 |
| * | merge 0.6 series to trunk. | Mike Bayer | 2009-08-06 | 1 | -3/+3 |
| * | - The collection proxies produced by associationproxy are now | Mike Bayer | 2009-07-25 | 1 | -18/+82 |
| * | - unit tests have been migrated from unittest to nose. | Mike Bayer | 2009-06-10 | 1 | -0/+885 |