summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext
Commit message (Expand)AuthorAgeFilesLines
* - add more documentation to MutableDict explainingMike Bayer2016-02-101-0/+12
* - cross link for concrete helper classesMike Bayer2016-01-201-2/+19
* - 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
* fix typo: Explcitly -> ExplicitlySven Schliesing2015-11-101-1/+1
* Correcting the Hybrid Property ExampleJason Myers2015-09-101-2/+2
* Fix code examples in automap's documentationYuri Baida2015-06-261-5/+4
* - automap is stableMike Bayer2015-06-181-6/+0
* - 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 regression from 0.9.9 where the :func:`.as_declarative`Mike Bayer2015-03-121-1/+2
* - copyright 2015Mike Bayer2015-03-1013-13/+13
* Fix slice addressing of _AssociationList with python3Gilles Dartiguelongue2015-03-101-1/+4
* correctionsMike Bayer2014-12-271-1/+1
* - squash-merge the improve_toc branch, which moves all the Sphinx stylingMike Bayer2014-12-271-1301/+1
* - Fixed "'NoneType' object has no attribute 'concrete'" errorMike Bayer2014-10-061-1/+1
* - 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
* add update() support to MutableDictMatt Chisholm2014-08-251-0/+4
* fix MutableDict.coerceMatt Chisholm2014-08-251-3/+3
* - 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
* Return the assigned value in MultableDict.setdefaultThomas Herve2014-07-061-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
* - many-to-many supportMike Bayer2014-01-051-66/+786
* - basic functionality.Mike Bayer2014-01-041-23/+30
* - hypothetical "automap" feature, would extend DeferredReflection to create c...Mike Bayer2014-01-031-0/+113