| Commit message (Expand) | Author | Age | Files | Lines |
| * | Convert readthedocs link for their .org -> .io migration for hosted projectspr/278 | Adam Chainz | 2016-05-29 | 1 | -1/+1 |
| * | Spelling fixes: "the a" | Ville Skyttä | 2016-05-05 | 1 | -1/+1 |
| * | Propagate hybrid properties / info | Mike Bayer | 2016-04-18 | 1 | -1/+12 |
| * | Honor hybrid property / method docstrings | Mike Bayer | 2016-04-18 | 1 | -5/+25 |
| * | Mention the correct way of adding multiple attributes which refer to the same...pr/257 | Eoghan Murray | 2016-04-07 | 1 | -1/+2 |
| * | - add changelog, migration, version flags and some extra notes | Mike Bayer | 2016-02-16 | 1 | -1/+41 |
| * | Add `sqlalchemy.ext.mutable.MutableSet`pr/236 | Jeong YunWon | 2016-02-13 | 1 | -0/+65 |
| * | Add `sqlalchemy.ext.mutable.MutableList` | Jeong YunWon | 2016-02-13 | 1 | -0/+79 |
| * | - add more documentation to MutableDict explaining | Mike Bayer | 2016-02-10 | 1 | -0/+12 |
| * | - 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 |