| Commit message (Expand) | Author | Age | Files | Lines |
| * | - add more documentation to MutableDict explaining | Mike Bayer | 2016-02-10 | 1 | -0/+12 |
| * | - cross link for concrete helper classes | Mike Bayer | 2016-01-20 | 1 | -2/+19 |
| * | - add a note that the literal_binds flag should be used | Mike Bayer | 2016-01-20 | 1 | -1/+11 |
| * | - fix link to types in metadata, fixes #3618 | Mike Bayer | 2016-01-10 | 1 | -1/+1 |
| * | fix typo: Explcitly -> Explicitly | Sven Schliesing | 2015-11-10 | 1 | -1/+1 |
| * | Correcting the Hybrid Property Example | Jason Myers | 2015-09-10 | 1 | -2/+2 |
| * | Fix code examples in automap's documentation | Yuri Baida | 2015-06-26 | 1 | -5/+4 |
| * | - automap is stable | Mike Bayer | 2015-06-18 | 1 | -6/+0 |
| * | - fix typo MANYTOONE -> MANYTOMANY, fixes #3415 | Mike Bayer | 2015-05-05 | 1 | -1/+1 |
| * | - Repair _reinstall_default_lookups to also flip the _extended flag | Mike Bayer | 2015-05-01 | 1 | -1/+8 |
| * | - add boldface for "viable" plus a note describing that this | Mike Bayer | 2015-04-29 | 1 | -1/+7 |
| * | - Fixed regression from 0.9.9 where the :func:`.as_declarative` | Mike Bayer | 2015-03-12 | 1 | -1/+2 |
| * | - copyright 2015 | Mike Bayer | 2015-03-10 | 13 | -13/+13 |
| * | Fix slice addressing of _AssociationList with python3 | Gilles Dartiguelongue | 2015-03-10 | 1 | -1/+4 |
| * | corrections | Mike Bayer | 2014-12-27 | 1 | -1/+1 |
| * | - squash-merge the improve_toc branch, which moves all the Sphinx styling | Mike Bayer | 2014-12-27 | 1 | -1301/+1 |
| * | - Fixed "'NoneType' object has no attribute 'concrete'" error | Mike Bayer | 2014-10-06 | 1 | -1/+1 |
| * | - Fixed an unlikely race condition observed in some exotic end-user | Mike Bayer | 2014-09-18 | 1 | -1/+6 |
| * | - Fixed bug in ordering list where the order of items would be | Mike Bayer | 2014-09-10 | 1 | -2/+5 |
| * | add update() support to MutableDict | Matt Chisholm | 2014-08-25 | 1 | -0/+4 |
| * | fix MutableDict.coerce | Matt Chisholm | 2014-08-25 | 1 | -3/+3 |
| * | - also add the alternate approach, name column distinctly from attribute name, | Mike Bayer | 2014-07-16 | 1 | -0/+14 |
| * | - add a documentation section for naming conflicts, fixes #3129 | Mike Bayer | 2014-07-16 | 1 | -0/+44 |
| * | PEP8 style fixes | Brian Jarrett | 2014-07-13 | 13 | -351/+399 |
| * | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 13 | -13/+26 |
| * | Return the assigned value in MultableDict.setdefault | Thomas Herve | 2014-07-06 | 1 | -1/+2 |
| * | - Fixed bug when the declarative ``__abstract__`` flag was not being | Mike Bayer | 2014-06-25 | 1 | -1/+1 |
| * | - The ``__mapper_args__`` dictionary is copied from a declarative | Mike Bayer | 2014-05-30 | 1 | -1/+4 |
| * | - Fixed bug in mutable extension where :class:`.MutableDict` did not | Mike Bayer | 2014-05-14 | 1 | -0/+5 |
| * | 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 |