summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext/declarative/api.py
Commit message (Expand)AuthorAgeFilesLines
* Warn when declared_attr.cascading detected on mapped classMike Bayer2017-06-061-0/+6
* Support python3.6Mike Bayer2017-01-131-1/+1
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* Remove some legacy dead code from the declared_attr logicpr/315Pierre Jaury2016-10-161-3/+0
* - some documentation hitsMike Bayer2016-10-011-0/+9
* Remove extra "return" statement in orm.ext.declared_attr.cascading examplesDmitry Bogun2016-10-011-8/+5
* Add docstring to declarative_baseFrazer McLean2016-08-061-0/+6
* Fix reference to _declarative_constructor in docstringMichael Williamson2016-07-251-1/+1
* - happy new yearMike Bayer2016-01-291-1/+1
* - cross link for concrete helper classesMike Bayer2016-01-201-0/+16
* - Fixed bug in :class:`.AbstractConcreteBase` extension whereMike Bayer2015-07-131-1/+12
* - Fixed a regression regarding the :meth:`.MapperEvents.instrument_class`Mike Bayer2015-04-261-13/+8
* - Loosened some restrictions that were added to ``@declared_attr``Mike Bayer2015-03-181-9/+6
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - 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