summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - strategies + declarativeMike Bayer2015-01-041-0/+10
* correctionsMike Bayer2014-12-271-1/+1
* Maul the evaulate & friends typoPriit Laes2014-12-191-1/+1
* - squash-merge the improve_toc branch, which moves all the Sphinx stylingMike Bayer2014-12-171-1371/+0
* - Fixed "'NoneType' object has no attribute 'concrete'" errorMike Bayer2014-10-061-1/+1
* commentsMike Bayer2014-09-261-3/+8
* - refactor of declarative, break up into indiviudal methodsMike Bayer2014-09-253-338/+654
* - The :mod:`sqlalchemy.ext.automap` extension will now setMike Bayer2014-09-221-6/+40
* - Fixed an unlikely race condition observed in some exotic end-userMike Bayer2014-09-181-1/+6
* - Fixed bug in ordering list where the order of items would beMike Bayer2014-09-101-2/+5
* Merge branch 'mutable-dict-update' of https://bitbucket.org/goodscloud/sqlalc...Mike Bayer2014-08-251-0/+4
|\
| * add update() support to MutableDictMatt Chisholm2014-08-091-0/+4
* | Merge branch 'mutable-dict-coerce-fix' of https://bitbucket.org/goodscloud/sq...Mike Bayer2014-08-251-3/+3
|\ \
| * | fix MutableDict.coerceMatt Chisholm2014-08-091-3/+3
| |/
* | - rename _InspectionAttr to InspectionAttrMike Bayer2014-08-132-9/+9
|/
* - also add the alternate approach, name column distinctly from attribute name,Mike Bayer2014-07-161-0/+14
* - add a documentation section for naming conflicts, fixes #3129Mike Bayer2014-07-161-0/+44
* PEP8 style fixesBrian Jarrett2014-07-1313-351/+399
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-0913-13/+26
* Merged in therve/bug-3093/bug/3093 (pull request #24) Mike Bayer2014-07-061-1/+2
|\
| * Return the assigned value in MultableDict.setdefaultThomas Herve2014-06-241-1/+2
* | - Fixed bug when the declarative ``__abstract__`` flag was not beingMike Bayer2014-06-251-1/+1
|/
* - The ``__mapper_args__`` dictionary is copied from a declarativeMike Bayer2014-05-301-1/+4
* - Fixed bug in mutable extension where :class:`.MutableDict` did notMike Bayer2014-05-141-0/+5
* Documentation fix-up: "its" vs. "it's"pr/91Matthias Urlichs2014-05-111-1/+1
* Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-263-4/+4
* - the rewording of orderinglist docs got committed by accident, finish it upMike Bayer2014-03-281-20/+12
* - Fixed ORM bug where changing the primary key of an object, then markingMike Bayer2014-03-281-2/+21
* clarify doc hereMike Bayer2014-03-281-4/+4
* - Added support to automap for the case where a relationship shouldMike Bayer2014-03-281-14/+77
* - Fixed bug in mutable extension as well asMike Bayer2014-03-191-0/+3
* - Fixed bug in association proxy where assigning an empty sliceMike Bayer2014-03-041-2/+3
* - Fixed a regression in association proxy caused by :ticket:`2810` whichMike Bayer2014-02-271-5/+3
* - extensive cross-linking of relationship options with their documentation se...Mike Bayer2014-02-161-1/+5
* - use an OrderedDict here so that tests are more deterministicMike Bayer2014-02-141-2/+2
* - Fixed bug where :class:`.AbstractConcreteBase` would fail to beMike Bayer2014-02-113-4/+43
* this example doesn't work, we don't really have a solution for this as far as...Mike Bayer2014-02-101-31/+0
* - Fixed bug where the :class:`.AutomapBase` class of theMike Bayer2014-02-082-5/+31
* Merge pull request #60 from wichert/mutable-doc-importmike bayer2014-01-231-1/+0
|\
| * Remove uneeded import from code examplepr/60Wichert Akkerman2014-01-201-1/+0
* | - Support is improved for supplying a :func:`.join` construct as theMike Bayer2014-01-221-0/+4
|/
* - happy new yearMike Bayer2014-01-0513-13/+13