summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext/declarative/base.py
Commit message (Expand)AuthorAgeFilesLines
* - Fixed bug where using an ``__abstract__`` mixin in the middleMike Bayer2015-03-101-0/+21
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - repair issue in declared_attr.cascading such that within aMike Bayer2015-02-241-0/+2
* Maul the evaulate & friends typoPriit Laes2014-12-191-1/+1
* commentsMike Bayer2014-09-261-3/+8
* - refactor of declarative, break up into indiviudal methodsMike Bayer2014-09-251-299/+393
* PEP8 style fixesBrian Jarrett2014-07-131-57/+55
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-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 where :class:`.AbstractConcreteBase` would fail to beMike Bayer2014-02-111-0/+4
* - Fixed bug where the :class:`.AutomapBase` class of theMike Bayer2014-02-081-3/+25
* - happy new yearMike Bayer2014-01-051-1/+1
* - Fixed an extremely unlikely memory issue where when usingMike Bayer2014-01-031-7/+48
* - A quasi-regression where apparently in 0.8 you can set a class-levelMike Bayer2014-01-021-1/+20
* - Declarative does an extra check to detect if the sameMike Bayer2013-12-271-1/+14
* - apply an import refactoring to the ORM as wellMike Bayer2013-08-141-1/+1
* - fix a dict while iterate mutationMike Bayer2013-05-271-1/+1
* a pass where we try to squash down as many list()/keys() combinationsMike Bayer2013-05-261-2/+2
* - the raw 2to3 runMike Bayer2013-04-271-4/+4
* this step is not neededMike Bayer2013-02-251-3/+0
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
* just a pep8 pass of lib/sqlalchemy/ext/declarativeDiana Clarke2012-11-191-7/+13
* - [bug] Fixed a disconnect that slowly evolvedMike Bayer2012-09-141-2/+6
* - [feature] declared_attr can now be used withMike Bayer2012-08-271-1/+4
* - [feature] Conflicts between columns onMike Bayer2012-08-271-2/+2
* - [bug] Declarative can now propagate a columnMike Bayer2012-08-151-0/+5
* - reorganization of declarative such that file sizes are managable again.Mike Bayer2012-08-051-0/+418