| Commit message (Expand) | Author | Age | Files | Lines |
| * | - happy new year | Mike Bayer | 2016-01-29 | 14 | -14/+14 |
| * | - cross link for concrete helper classes | Mike Bayer | 2016-01-20 | 1 | -0/+16 |
| * | - 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 |
| * | - just use *arg straight without "key" for pop | Mike Bayer | 2015-12-17 | 1 | -2/+2 |
| * | - Further fixes to :ticket:`3605`, pop method on :class:`.MutableDict`, | Mike Bayer | 2015-12-17 | 1 | -2/+2 |
| * | - Fixed bug in baked loader system where the systemwide monkeypatch | Mike Bayer | 2015-12-15 | 1 | -1/+2 |
| * | - Added support for the ``dict.pop()`` and ``dict.popitem()`` methods | Mike Bayer | 2015-12-11 | 1 | -0/+10 |
| * | Merge remote-tracking branch 'origin/pr/212' | Mike Bayer | 2015-11-30 | 1 | -1/+2 |
| |\ |
|
| | * | py2k: accept unicode literals on :func:`backref`, toopr/212 | Nils Philippsen | 2015-11-25 | 1 | -1/+2 |
| * | | Merge remote-tracking branch 'origin/pr/211' | Mike Bayer | 2015-11-30 | 1 | -2/+2 |
| |\ \ |
|
| | * | | Change generator termination from StopIteration to return.pr/211 | pgjones | 2015-10-30 | 1 | -2/+2 |
| * | | | - Fixed an issue in baked queries where the .get() method, used either | Mike Bayer | 2015-11-29 | 1 | -0/+6 |
| | |/
|/| |
|
| * | | fix typo: Explcitly -> Explicitly | Sven Schliesing | 2015-11-10 | 1 | -1/+1 |
| |/ |
|
| * | - Added the :paramref:`.AssociationProxy.info` parameter to the | Mike Bayer | 2015-10-09 | 1 | -1/+8 |
| * | Remplement Query.one() in terms of .one_or_none()pr/203 | Eric Siegerman | 2015-09-28 | 1 | -8/+7 |
| * | Fix sqlalchemy.ext.baked.Result.one_or_none() exception messagepr/202 | Eric Siegerman | 2015-09-24 | 1 | -1/+1 |
| * | - replicate Query.one_or_none to BakedQuery | Mike Bayer | 2015-09-24 | 1 | -0/+20 |
| * | Correcting the Hybrid Property Example | Jason Myers | 2015-09-10 | 1 | -1/+1 |
| * | - Fixed bug in :class:`.AbstractConcreteBase` extension where | Mike Bayer | 2015-07-13 | 2 | -2/+12 |
| * | 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 |