summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext/declarative/api.py
Commit message (Expand)AuthorAgeFilesLines
* - Fixed "'NoneType' object has no attribute 'concrete'" errorMike Bayer2014-10-061-1/+1
* - refactor of declarative, break up into indiviudal methodsMike Bayer2014-09-251-16/+167
* PEP8 style fixesBrian Jarrett2014-07-131-14/+17
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - 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-111-3/+4
* - happy new yearMike Bayer2014-01-051-1/+1
* - Fixed an extremely unlikely memory issue where when usingMike Bayer2014-01-031-12/+15
* - The :class:`.DeferredReflection` class has been enhanced to provideMike Bayer2013-12-031-1/+23
* Fixed a syntax error in example code.Hyunjun Kim2013-11-291-1/+1
* Fix cross referencesVraj Mohan2013-11-171-7/+7
* - apply an import refactoring to the ORM as wellMike Bayer2013-08-141-1/+2
* tpoMike Bayer2013-07-201-9/+9
* - Improved the examples in ``examples/generic_associations``, includingMike Bayer2013-07-191-0/+40
* - fixing AbstractConcreteBase import in docstring, [ticket:2717]Diana Clarke2013-05-261-1/+1
* Fixed indirect regression regarding :func:`.has_inherited_table`,Mike Bayer2013-04-091-1/+1
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
* just a pep8 pass of lib/sqlalchemy/ext/declarativeDiana Clarke2012-11-191-2/+12
* - fix declarative __init__Mike Bayer2012-10-041-4/+2
* - [feature] declared_attr can now be used withMike Bayer2012-08-271-5/+6
* - [feature] Conflicts between columns onMike Bayer2012-08-271-2/+3
* - reorganization of declarative such that file sizes are managable again.Mike Bayer2012-08-051-0/+436