| Commit message (Expand) | Author | Age | Files | Lines |
| * | Documentation fix-up: "its" vs. "it's"pr/91 | Matthias Urlichs | 2014-05-11 | 1 | -1/+1 |
| * | Fix many typos throughout the codebasepr/85 | Alex Gaynor | 2014-04-26 | 3 | -4/+4 |
| * | - the rewording of orderinglist docs got committed by accident, finish it up | Mike Bayer | 2014-03-28 | 1 | -20/+12 |
| * | - Fixed ORM bug where changing the primary key of an object, then marking | Mike Bayer | 2014-03-28 | 1 | -2/+21 |
| * | clarify doc here | Mike Bayer | 2014-03-28 | 1 | -4/+4 |
| * | - Added support to automap for the case where a relationship should | Mike Bayer | 2014-03-28 | 1 | -14/+77 |
| * | - Fixed bug in mutable extension as well as | Mike Bayer | 2014-03-19 | 1 | -0/+3 |
| * | - Fixed bug in association proxy where assigning an empty slice | Mike Bayer | 2014-03-04 | 1 | -2/+3 |
| * | - Fixed a regression in association proxy caused by :ticket:`2810` which | Mike Bayer | 2014-02-27 | 1 | -5/+3 |
| * | - extensive cross-linking of relationship options with their documentation se... | Mike Bayer | 2014-02-16 | 1 | -1/+5 |
| * | - use an OrderedDict here so that tests are more deterministic | Mike Bayer | 2014-02-14 | 1 | -2/+2 |
| * | - Fixed bug where :class:`.AbstractConcreteBase` would fail to be | Mike Bayer | 2014-02-11 | 3 | -4/+43 |
| * | this example doesn't work, we don't really have a solution for this as far as... | Mike Bayer | 2014-02-10 | 1 | -31/+0 |
| * | - Fixed bug where the :class:`.AutomapBase` class of the | Mike Bayer | 2014-02-08 | 2 | -5/+31 |
| * | Merge pull request #60 from wichert/mutable-doc-import | mike bayer | 2014-01-23 | 1 | -1/+0 |
| |\ |
|
| | * | Remove uneeded import from code examplepr/60 | Wichert Akkerman | 2014-01-20 | 1 | -1/+0 |
| * | | - Support is improved for supplying a :func:`.join` construct as the | Mike Bayer | 2014-01-22 | 1 | -0/+4 |
| |/ |
|
| * | - happy new year | Mike Bayer | 2014-01-05 | 13 | -13/+13 |
| * | - many-to-many support | Mike Bayer | 2014-01-05 | 1 | -66/+786 |
| * | - basic functionality. | Mike Bayer | 2014-01-04 | 1 | -23/+30 |
| * | - hypothetical "automap" feature, would extend DeferredReflection to create c... | Mike Bayer | 2014-01-03 | 1 | -0/+113 |
| * | - Fixed an extremely unlikely memory issue where when using | Mike Bayer | 2014-01-03 | 2 | -19/+63 |
| * | - A quasi-regression where apparently in 0.8 you can set a class-level | Mike Bayer | 2014-01-02 | 1 | -1/+20 |
| * | - Declarative does an extra check to detect if the same | Mike Bayer | 2013-12-27 | 1 | -1/+14 |
| * | - The :class:`.DeferredReflection` class has been enhanced to provide | Mike Bayer | 2013-12-03 | 2 | -38/+75 |
| * | Fixed bug where in Py2K a unicode literal would not be accepted | Mike Bayer | 2013-11-29 | 1 | -1/+1 |
| * | - reduce verbiage in mutation.py regarding legacy style, place under versiona... | Mike Bayer | 2013-11-29 | 1 | -7/+3 |
| * | Fixed a syntax error in example code. | Hyunjun Kim | 2013-11-29 | 1 | -1/+1 |
| * | Merge pull request #46 from vrajmohan/master | mike bayer | 2013-11-29 | 4 | -14/+14 |
| |\ |
|
| | * | Fix cross references | Vraj Mohan | 2013-11-17 | 3 | -12/+12 |
| | * | Add API generation to resolve cross references | Vraj Mohan | 2013-11-17 | 1 | -1/+1 |
| | * | Remove reference to defunct class | Vraj Mohan | 2013-11-17 | 1 | -1/+1 |
| * | | - add more explicit docs for relationship mixin, [ticket:2876] | Mike Bayer | 2013-11-27 | 1 | -4/+50 |
| * | | - Fixed bug which prevented the ``serializer`` extension from working | Mike Bayer | 2013-11-21 | 1 | -4/+4 |
| |/ |
|
| * | Fix cross references | Vraj Mohan | 2013-11-12 | 1 | -1/+1 |
| * | - catch the metadata on ScalarTest.test_scalar_proxy, this has been leaving i... | Mike Bayer | 2013-10-25 | 1 | -1/+5 |
| * | - apply an import refactoring to the ORM as well | Mike Bayer | 2013-08-14 | 3 | -6/+7 |
| * | - add event.contains() function to the event package, returns True | Mike Bayer | 2013-07-26 | 1 | -1/+1 |
| * | tpo | Mike Bayer | 2013-07-20 | 1 | -9/+9 |
| * | - Improved the examples in ``examples/generic_associations``, including | Mike Bayer | 2013-07-19 | 2 | -1/+41 |
| * | Minor hybrid extension documentation updatepr/18 | David Beitey | 2013-07-19 | 1 | -2/+2 |
| * | - Added new method to the :func:`.insert` construct | Mike Bayer | 2013-07-05 | 1 | -0/+6 |
| * | ORM descriptors such as hybrid properties can now be referenced | Mike Bayer | 2013-07-02 | 1 | -10/+12 |
| * | - add a test for pullreq 8 | Mike Bayer | 2013-06-23 | 1 | -3/+3 |
| * | make tests passpr/8 | Devi | 2013-06-20 | 1 | -1/+1 |
| * | check if compostite_class is of class type | Devi | 2013-06-19 | 1 | -1/+2 |
| * | - rework PropComparator.adapted() to be PropComparator.adapt_to_entity(), | Mike Bayer | 2013-06-17 | 1 | -1/+1 |
| * | Added additional criterion to the ==, != comparators, used with | Mike Bayer | 2013-06-08 | 1 | -4/+26 |
| * | Fixed bug where :class:`.MutableDict` didn't report a change event | Mike Bayer | 2013-06-03 | 1 | -0/+4 |
| * | - fix a dict while iterate mutation | Mike Bayer | 2013-05-27 | 1 | -1/+1 |