summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext/declarative
Commit message (Expand)AuthorAgeFilesLines
* - repair issue in declared_attr.cascading such that within aMike Bayer2015-02-241-0/+2
* - strategies + declarativeMike Bayer2015-01-041-0/+10
* 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
* - Fixed an unlikely race condition observed in some exotic end-userMike Bayer2014-09-181-1/+6
* PEP8 style fixesBrian Jarrett2014-07-134-93/+96
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-094-4/+8
* - 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
* Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-261-2/+2
* - 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-081-3/+25
* - Support is improved for supplying a :func:`.join` construct as theMike Bayer2014-01-221-0/+4
* - happy new yearMike Bayer2014-01-054-4/+4
* - Fixed an extremely unlikely memory issue where when usingMike Bayer2014-01-032-19/+63
* - 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
* - The :class:`.DeferredReflection` class has been enhanced to provideMike Bayer2013-12-032-38/+75
* Fixed bug where in Py2K a unicode literal would not be acceptedMike Bayer2013-11-291-1/+1
* Fixed a syntax error in example code.Hyunjun Kim2013-11-291-1/+1
* Merge pull request #46 from vrajmohan/mastermike bayer2013-11-292-8/+8
|\
| * Fix cross referencesVraj Mohan2013-11-172-8/+8
* | - add more explicit docs for relationship mixin, [ticket:2876]Mike Bayer2013-11-271-4/+50
|/
* - apply an import refactoring to the ORM as wellMike Bayer2013-08-142-2/+3
* tpoMike Bayer2013-07-201-9/+9
* - Improved the examples in ``examples/generic_associations``, includingMike Bayer2013-07-192-1/+41
* ORM descriptors such as hybrid properties can now be referencedMike Bayer2013-07-021-10/+12
* - 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-262-3/+3
* - fixing AbstractConcreteBase import in docstring, 0.9diana2013-05-261-1/+1
* - the raw 2to3 runMike Bayer2013-04-273-8/+8
* Fixed indirect regression regarding :func:`.has_inherited_table`,Mike Bayer2013-04-091-1/+1
* this step is not neededMike Bayer2013-02-251-3/+0
* happy new year (see #2645)Diana Clarke2013-01-014-4/+4
* Fixes grammar in docstring.Taavi Burns2012-12-311-1/+1
* Allow use of synonyms in primaryjoin / secondaryjoin conditionsRichard Mitchell2012-11-271-2/+5
* just a pep8 pass of lib/sqlalchemy/ext/declarativeDiana Clarke2012-11-194-48/+78
* - store only MultipleClassMarkers inside of ModuleMarker, thenMike Bayer2012-10-282-26/+71
* - fix declarative __init__Mike Bayer2012-10-041-4/+2
* - commit Priit Laes docstring fixesMike Bayer2012-09-301-21/+10
* - [bug] Fixed a disconnect that slowly evolvedMike Bayer2012-09-141-2/+6
* - [feature] declared_attr can now be used withMike Bayer2012-08-273-9/+91
* - [feature] Conflicts between columns onMike Bayer2012-08-273-7/+121
* - [bug] Declarative can now propagate a columnMike Bayer2012-08-151-0/+5