summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext
Commit message (Expand)AuthorAgeFilesLines
* Convert readthedocs link for their .org -> .io migration for hosted projectspr/278Adam Chainz2016-05-291-1/+1
* Spelling fixes: "the a"Ville Skyttä2016-05-051-1/+1
* Propagate hybrid properties / infoMike Bayer2016-04-181-1/+12
* Honor hybrid property / method docstringsMike Bayer2016-04-181-5/+25
* Mention the correct way of adding multiple attributes which refer to the same...pr/257Eoghan Murray2016-04-071-1/+2
* - add changelog, migration, version flags and some extra notesMike Bayer2016-02-161-1/+41
* Add `sqlalchemy.ext.mutable.MutableSet`pr/236Jeong YunWon2016-02-131-0/+65
* Add `sqlalchemy.ext.mutable.MutableList`Jeong YunWon2016-02-131-0/+79
* - add more documentation to MutableDict explainingMike Bayer2016-02-101-0/+12
* - happy new yearMike Bayer2016-01-2914-14/+14
* - cross link for concrete helper classesMike Bayer2016-01-201-0/+16
* - add a note that the literal_binds flag should be usedMike Bayer2016-01-201-1/+11
* - fix link to types in metadata, fixes #3618Mike Bayer2016-01-101-1/+1
* - just use *arg straight without "key" for popMike Bayer2015-12-171-2/+2
* - Further fixes to :ticket:`3605`, pop method on :class:`.MutableDict`,Mike Bayer2015-12-171-2/+2
* - Fixed bug in baked loader system where the systemwide monkeypatchMike Bayer2015-12-151-1/+2
* - Added support for the ``dict.pop()`` and ``dict.popitem()`` methodsMike Bayer2015-12-111-0/+10
* Merge remote-tracking branch 'origin/pr/212'Mike Bayer2015-11-301-1/+2
|\
| * py2k: accept unicode literals on :func:`backref`, toopr/212Nils Philippsen2015-11-251-1/+2
* | Merge remote-tracking branch 'origin/pr/211'Mike Bayer2015-11-301-2/+2
|\ \
| * | Change generator termination from StopIteration to return.pr/211pgjones2015-10-301-2/+2
* | | - Fixed an issue in baked queries where the .get() method, used eitherMike Bayer2015-11-291-0/+6
| |/ |/|
* | fix typo: Explcitly -> ExplicitlySven Schliesing2015-11-101-1/+1
|/
* - Added the :paramref:`.AssociationProxy.info` parameter to theMike Bayer2015-10-091-1/+8
* Remplement Query.one() in terms of .one_or_none()pr/203Eric Siegerman2015-09-281-8/+7
* Fix sqlalchemy.ext.baked.Result.one_or_none() exception messagepr/202Eric Siegerman2015-09-241-1/+1
* - replicate Query.one_or_none to BakedQueryMike Bayer2015-09-241-0/+20
* Correcting the Hybrid Property ExampleJason Myers2015-09-101-1/+1
* - Fixed bug in :class:`.AbstractConcreteBase` extension whereMike Bayer2015-07-132-2/+12
* Fix code examples in automap's documentationpr/185Yuri Baida2015-06-261-5/+4
* Missing comma in method argspr/184Benjamin Petersen2015-06-221-1/+1
* - automap is stableMike Bayer2015-06-181-6/+0
* - changelog for pr bitbucket:54Mike Bayer2015-06-031-6/+3
* baked: Support initial args for cache keyINADA Naoki2015-06-021-2/+2
* - Fixed regression in the :mod:`sqlalchemy.ext.mutable` extensionMike Bayer2015-05-211-1/+34
* - fix typo MANYTOONE -> MANYTOMANY, fixes #3415Mike Bayer2015-05-051-1/+1
* - Repair _reinstall_default_lookups to also flip the _extended flagMike Bayer2015-05-011-1/+8
* - add boldface for "viable" plus a note describing that thisMike Bayer2015-04-291-1/+7
* - Fixed bug in association proxy where an any()/has()Mike Bayer2015-04-281-6/+10
* - Fixed a regression regarding the :meth:`.MapperEvents.instrument_class`Mike Bayer2015-04-262-18/+13
* - add the "strict" version of this lookup for __abstract__ as well,Mike Bayer2015-04-241-2/+2
* - Fixed regression regarding the declarative ``__declare_first__``Mike Bayer2015-04-241-9/+11
* - Loosened some restrictions that were added to ``@declared_attr``Mike Bayer2015-03-181-9/+6
* - ensure as_declarative is part of __all__ hereMike Bayer2015-03-121-0/+1
* - Added a new extension suite :mod:`sqlalchemy.ext.baked`. ThisMike Bayer2015-03-112-0/+504
* - Fixed bug where using an ``__abstract__`` mixin in the middleMike Bayer2015-03-101-0/+21
* - copyright 2015Mike Bayer2015-03-1013-13/+13
* Fix slice addressing of _AssociationList with python3Gilles Dartiguelongue2015-03-101-1/+4
* - repair issue in declared_attr.cascading such that within aMike Bayer2015-02-241-0/+2
* - add MemoizedSlots, a generalized solution to using __getattr__Mike Bayer2015-01-052-3/+3