| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix code examples in automap's documentationpr/185 | Yuri Baida | 2015-06-26 | 1 | -5/+4 |
| * | Missing comma in method argspr/184 | Benjamin Petersen | 2015-06-22 | 1 | -1/+1 |
| * | - automap is stable | Mike Bayer | 2015-06-18 | 1 | -6/+0 |
| * | - changelog for pr bitbucket:54 | Mike Bayer | 2015-06-03 | 1 | -6/+3 |
| * | baked: Support initial args for cache key | INADA Naoki | 2015-06-02 | 1 | -2/+2 |
| * | - Fixed regression in the :mod:`sqlalchemy.ext.mutable` extension | Mike Bayer | 2015-05-21 | 1 | -1/+34 |
| * | - 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 bug in association proxy where an any()/has() | Mike Bayer | 2015-04-28 | 1 | -6/+10 |
| * | - Fixed a regression regarding the :meth:`.MapperEvents.instrument_class` | Mike Bayer | 2015-04-26 | 2 | -18/+13 |
| * | - add the "strict" version of this lookup for __abstract__ as well, | Mike Bayer | 2015-04-24 | 1 | -2/+2 |
| * | - Fixed regression regarding the declarative ``__declare_first__`` | Mike Bayer | 2015-04-24 | 1 | -9/+11 |
| * | - Loosened some restrictions that were added to ``@declared_attr`` | Mike Bayer | 2015-03-18 | 1 | -9/+6 |
| * | - ensure as_declarative is part of __all__ here | Mike Bayer | 2015-03-12 | 1 | -0/+1 |
| * | - Added a new extension suite :mod:`sqlalchemy.ext.baked`. This | Mike Bayer | 2015-03-11 | 2 | -0/+504 |
| * | - Fixed bug where using an ``__abstract__`` mixin in the middle | Mike Bayer | 2015-03-10 | 1 | -0/+21 |
| * | - 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 |
| * | - repair issue in declared_attr.cascading such that within a | Mike Bayer | 2015-02-24 | 1 | -0/+2 |
| * | - add MemoizedSlots, a generalized solution to using __getattr__ | Mike Bayer | 2015-01-05 | 2 | -3/+3 |
| * | - strategies + declarative | Mike Bayer | 2015-01-04 | 1 | -0/+10 |
| * | corrections | Mike Bayer | 2014-12-27 | 1 | -1/+1 |
| * | Maul the evaulate & friends typo | Priit Laes | 2014-12-19 | 1 | -1/+1 |
| * | - squash-merge the improve_toc branch, which moves all the Sphinx styling | Mike Bayer | 2014-12-17 | 1 | -1371/+0 |
| * | - Fixed "'NoneType' object has no attribute 'concrete'" error | Mike Bayer | 2014-10-06 | 1 | -1/+1 |
| * | comments | Mike Bayer | 2014-09-26 | 1 | -3/+8 |
| * | - refactor of declarative, break up into indiviudal methods | Mike Bayer | 2014-09-25 | 3 | -338/+654 |
| * | - The :mod:`sqlalchemy.ext.automap` extension will now set | Mike Bayer | 2014-09-22 | 1 | -6/+40 |
| * | - 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 |
| * | Merge branch 'mutable-dict-update' of https://bitbucket.org/goodscloud/sqlalc... | Mike Bayer | 2014-08-25 | 1 | -0/+4 |
| |\ |
|
| | * | add update() support to MutableDict | Matt Chisholm | 2014-08-09 | 1 | -0/+4 |
| * | | Merge branch 'mutable-dict-coerce-fix' of https://bitbucket.org/goodscloud/sq... | Mike Bayer | 2014-08-25 | 1 | -3/+3 |
| |\ \ |
|
| | * | | fix MutableDict.coerce | Matt Chisholm | 2014-08-09 | 1 | -3/+3 |
| | |/ |
|
| * | | - rename _InspectionAttr to InspectionAttr | Mike Bayer | 2014-08-13 | 2 | -9/+9 |
| |/ |
|
| * | - 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 |
| * | Merged in therve/bug-3093/bug/3093 (pull request #24)
| Mike Bayer | 2014-07-06 | 1 | -1/+2 |
| |\ |
|
| | * | Return the assigned value in MultableDict.setdefault | Thomas Herve | 2014-06-24 | 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 |